Skip to content

Commit

Permalink
chore: add navbar to dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
Joesph Chrysanthopoulos authored and Joesph Chrysanthopoulos committed Mar 30, 2022
1 parent e2365b0 commit a6be79b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/pages/DashboardPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,12 @@ const DashboardPage: FC = () => {
className: 'w-36',
images: { light: 'list-group-light.svg', dark: 'list-group-dark.svg' },
},
{
title: 'Navbars',
href: '/navbars',
className: 'w-56',
images: { light: 'navbars-light.svg', dark: 'navbars-dark.svg' },
},
{
title: 'Spinners',
href: '/spinners',
Expand Down

0 comments on commit a6be79b

Please sign in to comment.