We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31f8c60 commit ea02050Copy full SHA for ea02050
1 file changed
src/frontend/src/routes/informations/+page.svelte
@@ -9,7 +9,6 @@
9
Code,
10
BookOpen,
11
ArrowRight,
12
- ShieldCheck,
13
ExternalLink
14
} from '@lucide/svelte';
15
import { Api } from '$lib/consts/backend';
@@ -131,8 +130,3 @@
131
130
</Button>
132
</div>
133
134
-
135
-<div class="mt-8 flex items-center justify-center gap-2 text-muted-foreground/40">
136
- <ShieldCheck class="h-4 w-4" />
137
- <span class="text-[10px] font-bold tracking-widest uppercase">Secured by Chithi</span>
138
-</div>
0 commit comments