Skip to content

Commit

Permalink
[UI] Add Quests and Developer links for Store consumption
Browse files Browse the repository at this point in the history
  • Loading branch information
ry-animal committed Feb 10, 2025
1 parent f6801fc commit dc75b73
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperplay/ui",
"version": "1.9.2",
"version": "1.9.3",
"license": "LGPL-3.0-only",
"scripts": {
"dev": "vite",
Expand Down
18 changes: 18 additions & 0 deletions src/components/NavBar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,24 @@ const NavBar = function ({ UserAvatar }: Props) {
>
Store
</a>
<a
className={`${navBarStyles.navItem} menu`}
href="https://store.hyperplay.xyz/quests"
target="_blank"
rel="noopener noreferrer"
data-testid="quests"
>
Quests
</a>
<a
className={`${navBarStyles.navItem} menu`}
href="https://hyperplay.xyz/developers"
target="_blank"
rel="noopener noreferrer"
data-testid="developers"
>
Developers
</a>
<a
className={`${navBarStyles.navItem} menu`}
href="https://docs.hyperplay.xyz/"
Expand Down

0 comments on commit dc75b73

Please sign in to comment.