Skip to content

Commit

Permalink
feat: replace youtube logo with svg
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoppippi committed Nov 7, 2024
1 parent ab6a250 commit 2b6d7d3
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 1 deletion.
Binary file removed src/assets/logos/icon-youtube.png
Binary file not shown.
25 changes: 25 additions & 0 deletions src/assets/logos/icon-youtube.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/lib/Logo/YouTube.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import { LINKS } from '../links';
import Base from './_Base.svelte';
// @ts-ignore
import icon from '$/assets/logos/icon-youtube.png?enhanced&w=300;600;800';
import icon from '$/assets/logos/icon-youtube.svg';
const { ...rest } = $props();
Expand Down

0 comments on commit 2b6d7d3

Please sign in to comment.