Skip to content

Commit

Permalink
101 startup indicator (#105)
Browse files Browse the repository at this point in the history
* add server dependency `rich`

* add startup sequence

* add trends link to navbar
  • Loading branch information
thearyadev authored Dec 26, 2023
1 parent 52a86ae commit 2270e7e
Show file tree
Hide file tree
Showing 4 changed files with 291 additions and 274 deletions.
2 changes: 2 additions & 0 deletions frontend/app/components/header/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ const Header = () => {
}
}

setNavLinks(prev => ([{label: "Trends", path: "/trends"}, ...prev]))

if (typeof window !== undefined){
const element = document.getElementById('navbar')
if (element){
Expand Down
Loading

0 comments on commit 2270e7e

Please sign in to comment.