Skip to content

Commit

Permalink
feat: removes games button (#645)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eein authored Nov 4, 2024
1 parent d026276 commit d8c2122
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions components/elements/nav/NavLinks/NavLinks.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ interface NavLinksProps {
withDefaults(defineProps<NavLinksProps>(), {
navLinks: () => [
{
name: 'Games',
to: '#',
},
{
name: 'About',
to: '#',
Expand Down

0 comments on commit d8c2122

Please sign in to comment.