Skip to content

Commit

Permalink
update title doc
Browse files Browse the repository at this point in the history
  • Loading branch information
0xaaiden committed Jun 21, 2023
1 parent 186c843 commit 9d9b6a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/homepage.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 <Navigate to="/dashboard" />;
Expand Down

1 comment on commit 9d9b6a0

@vercel
Copy link

@vercel vercel bot commented on 9d9b6a0 Jun 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.