From a2639c6f89afe70b108d41d7f07672b622046de0 Mon Sep 17 00:00:00 2001 From: TZGyn Date: Mon, 23 Sep 2024 07:47:18 +0800 Subject: [PATCH] add icons to footer --- .../routes/(public)/(landing)/+layout.svelte | 22 ++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/frontend/src/routes/(public)/(landing)/+layout.svelte b/frontend/src/routes/(public)/(landing)/+layout.svelte index 014b90a..00f0ceb 100644 --- a/frontend/src/routes/(public)/(landing)/+layout.svelte +++ b/frontend/src/routes/(public)/(landing)/+layout.svelte @@ -2,6 +2,7 @@ import ThemeToggle from '$lib/components/theme-toggle.svelte' import { Button } from '$lib/components/ui/button' import { Separator } from '$lib/components/ui/separator' + import { GithubIcon, MailIcon } from 'lucide-svelte' function scrollIntoView({ target }: { target: any }) { const el = document.querySelector(target.getAttribute('href')) @@ -61,17 +62,32 @@
  • - Contact + + + Contact +
  • - + + Report Bugs
  • - GitHub + + + GitHub +