remove font awesome

This commit is contained in:
vcoppe
2024-04-19 12:16:51 +02:00
parent b0dd5a7761
commit 219400aa87
3 changed files with 14 additions and 53 deletions

View File

@@ -10,10 +10,11 @@
Redo2,
Trash2,
HeartHandshake,
Upload
Upload,
CloudDownload,
CloudUpload,
Cloud
} from 'lucide-svelte';
import Fa from 'svelte-fa';
import { faGoogleDrive } from '@fortawesome/free-brands-svg-icons';
import {
files,
@@ -51,7 +52,7 @@
>
</Menubar.Item>
<Menubar.Item>
<Fa icon={faGoogleDrive} class="h-4 w-4 mr-1" />
<Cloud size="16" class="mr-1" />
Load from Google Drive...</Menubar.Item
>
<Menubar.Separator />