Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotBraem committed Feb 2, 2024
1 parent df45b5b commit 96d5dac
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/builddao/widget/app.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const { page, tab, ...passProps } = props;

const { routes } = VM.require("buildhub.near/widget/config.routes") ?? {
const { routes } = VM.require("buildhub.near/widget/config.app") ?? {
routes: {},
};

Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion apps/builddao/widget/page/projects.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const { currentPath, page, ...passProps } = props;

const { routes } = VM.require("buildhub.near/widget/config.project-routes") ?? {
const { routes } = VM.require("buildhub.near/widget/config.project") ?? {
routes: {}
};

Expand Down

0 comments on commit 96d5dac

Please sign in to comment.