Skip to content

Commit

Permalink
navbar: add link to submit new game
Browse files Browse the repository at this point in the history
  • Loading branch information
avivace committed Dec 18, 2024
1 parent a8890e4 commit 1c9eacd
Showing 1 changed file with 3 additions and 20 deletions.
23 changes: 3 additions & 20 deletions components/topbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,6 @@
><Button label="Search" class="p-button-text mr-2 mb-2"
/></a>
</li>
<li>
<Button
disabled="disabled"
label="//"
class="p-button-text mr-2 mb-2"
/>
</li>
<li>
<a href="/games/gba"
><Button label="GBA" class="p-button-text mr-2 mb-2"
/></a>
</li>
<li>
<Button
disabled="disabled"
Expand All @@ -47,7 +35,7 @@
</li>
<li>
<a href="/demos"
><Button label="Demos" class="p-button-text mr-2 mb-2"
><Button label="Demoscene" class="p-button-text mr-2 mb-2"
/></a>
</li>
<li>
Expand All @@ -68,13 +56,8 @@
/>
</li>
<li>
<a href="/events/gbcompo21"
><Button label="gb compo 21" class="p-button-text mr-2 mb-2"
/></a>
</li>
<li>
<a href="/events/gbajam22"
><Button label="GBA Jam 22" class="p-button-text mr-2 mb-2"
<a target="_blank" href="https://github.com/gbdev/homebrewhub-submit"
><Button label="Submit new game" class="p-button-text mr-2 mb-2"
/></a>
</li>
</ul>
Expand Down

0 comments on commit 1c9eacd

Please sign in to comment.