small progress

This commit is contained in:
vcoppe
2024-07-10 00:11:47 +02:00
parent bdcc554aaf
commit cb4abedc16
6 changed files with 16 additions and 9 deletions

View File

@@ -0,0 +1,14 @@
---
title: Minify
---
<script>
import { Filter } from 'lucide-svelte';
import Reduce from '$lib/components/toolbar/tools/Reduce.svelte';
</script>
# <Filter size="24" class="inline-block" style="margin-bottom: 5px" /> { title }
<div class="flex flex-row justify-center">
<Reduce class="text-foreground p-3 border rounded-md shadow-lg" />
</div>