Skip to content

Commit

Permalink
🛠️ Fix notFound icon.
Browse files Browse the repository at this point in the history
  • Loading branch information
pheralb committed Jun 10, 2023
1 parent 7bff4d1 commit df73d03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/notFound.svelte
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<script lang="ts">
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';
</script>

Expand All @@ -10,7 +10,7 @@
>
<FileSearch size={40} />
<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
href="https://github.com/pheralb/svgl/issues/new"
target="_blank"
Expand Down

1 comment on commit df73d03

@vercel
Copy link

@vercel vercel bot commented on df73d03 Jun 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

svgl – ./

svgl-pheralb.vercel.app
svgl.vercel.app
svgl-git-main-pheralb.vercel.app

Please sign in to comment.