diff --git a/src/pages/homepage.js b/src/pages/homepage.js index b80bec0..fef5841 100644 --- a/src/pages/homepage.js +++ b/src/pages/homepage.js @@ -77,8 +77,9 @@ const quickActions = [ // { name: 'Add label...', icon: TagIcon, shortcut: 'L', url: '#' } ]; -document.title = "Smoldata - Zero-ETL indexing for smart contracts"; export const Homepage = () => { + document.title = "Smoldata - Zero-ETL indexing for smart contracts"; + const user = useContext(AuthContext); if (user.user) { return ;