Skip to content

Commit ea02050

Browse files
feat: remove ambiguious checks (#879)
1 parent 31f8c60 commit ea02050

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

src/frontend/src/routes/informations/+page.svelte

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
Code,
1010
BookOpen,
1111
ArrowRight,
12-
ShieldCheck,
1312
ExternalLink
1413
} from '@lucide/svelte';
1514
import { Api } from '$lib/consts/backend';
@@ -131,8 +130,3 @@
131130
</Button>
132131
</div>
133132
</div>
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

Comments
 (0)