Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
wheatleymf committed Oct 21, 2024
2 parents 01b2fa2 + 8ed99b2 commit 3843d3f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
label: 'blogs',
icon: 'material-symbols:newspaper',
href: '/blog'
},
{
label: 'fish games',
icon: 'material-symbols:videogame-asset',
href: '/games'
}
// {
// label: 'fish games',
// icon: 'material-symbols:videogame-asset',
// href: '/games'
// }
];
let isMenuOpen = false;
Expand Down

0 comments on commit 3843d3f

Please sign in to comment.