mirror of
https://github.com/pheralb/svgl.git
synced 2025-02-06 06:58:04 +08:00
🛠️ Fix notFound icon.
This commit is contained in:
parent
7bff4d141e
commit
df73d03931
@ -1,7 +1,7 @@
|
|||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
export let notFoundTerm: string;
|
export let notFoundTerm: string;
|
||||||
|
|
||||||
import FileSearch from 'phosphor-svelte/lib/FileSearch';
|
import FileSearch from 'phosphor-svelte/lib/FileMagnifyingGlass';
|
||||||
import ArrowUpRight from 'phosphor-svelte/lib/ArrowUpRight';
|
import ArrowUpRight from 'phosphor-svelte/lib/ArrowUpRight';
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
@ -10,7 +10,7 @@
|
|||||||
>
|
>
|
||||||
<FileSearch size={40} />
|
<FileSearch size={40} />
|
||||||
<p class="mt-1 text-xl font-medium">SVG not found</p>
|
<p class="mt-1 text-xl font-medium">SVG not found</p>
|
||||||
<p class="text-lg ">"{notFoundTerm}"</p>
|
<p class="text-lg">"{notFoundTerm}"</p>
|
||||||
<a
|
<a
|
||||||
href="https://github.com/pheralb/svgl/issues/new"
|
href="https://github.com/pheralb/svgl/issues/new"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user