diff --git a/modules/gui/src/components/EssentialWorkshops/EssentialWorkshops.svelte b/modules/gui/src/components/EssentialWorkshops/EssentialWorkshops.svelte
index 4d48bd8..d559d35 100644
--- a/modules/gui/src/components/EssentialWorkshops/EssentialWorkshops.svelte
+++ b/modules/gui/src/components/EssentialWorkshops/EssentialWorkshops.svelte
@@ -16,7 +16,7 @@
{#if courses.length}
-
+
{:else}
diff --git a/modules/gui/src/components/FeaturedCourses/FeaturedCourses.svelte b/modules/gui/src/components/FeaturedCourses/FeaturedCourses.svelte
index 4febfe4..7e76fe8 100644
--- a/modules/gui/src/components/FeaturedCourses/FeaturedCourses.svelte
+++ b/modules/gui/src/components/FeaturedCourses/FeaturedCourses.svelte
@@ -23,4 +23,5 @@
imageUrl: course.banner_image_url,
link: course.link
}))}
+ linkTarget="_blank"
/>
diff --git a/modules/gui/src/components/FooterLinks/FooterLinks.svelte b/modules/gui/src/components/FooterLinks/FooterLinks.svelte
index 9bc56ef..50e294c 100644
--- a/modules/gui/src/components/FooterLinks/FooterLinks.svelte
+++ b/modules/gui/src/components/FooterLinks/FooterLinks.svelte
@@ -12,35 +12,55 @@
here.
-

+
@@ -52,19 +72,29 @@
- ©2022 tea inc. You can also share our Linktree.
+ ©2022 tea inc. You can also share our Linktree.
-
- 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}
-
-
-