Skip to content

Commit

Permalink
hide banner for block dag
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcasey committed Feb 25, 2025
1 parent be3ff07 commit 971a274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/common/PageLayout/PageLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ interface PageLayoutProps {
children: ReactNode;
}

const whitelistedDomains = ['ef', 'ethrangers'];
const whitelistedDomains = ['ef', 'ethrangers', 'blockdag-grants'];

function PageLayout({ children }: PageLayoutProps) {
const { user, isLoaded: isUserLoaded } = useUser();
Expand Down

0 comments on commit 971a274

Please sign in to comment.