-
- Privacy Policy
-
- Terms of Use
diff --git a/modules/gui/src/components/NavBar/NavBar.svelte b/modules/gui/src/components/NavBar/NavBar.svelte
index 5070054..7a3d3ed 100644
--- a/modules/gui/src/components/NavBar/NavBar.svelte
+++ b/modules/gui/src/components/NavBar/NavBar.svelte
@@ -41,6 +41,12 @@
path: '/packages',
active: false,
label: 'PACKAGES'
+ },
+ {
+ path: 'https://github.com/teaxyz',
+ active: false,
+ label: 'VIEW ON GITHUB',
+ target: '_blank'
}
];
@@ -83,14 +89,11 @@
{#each routes as route}
-
+
{/each}
-
-
-