Skip to content

Commit

Permalink
Merge branch 'main' into feature/x
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoppippi authored Nov 7, 2024
2 parents 66ca62a + 68f49d7 commit ede5e1c
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
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.
3 changes: 1 addition & 2 deletions src/lib/Logo/YouTube.svelte
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<script lang='ts'>
import icon from '$/assets/logos/icon-youtube.svg';
import { LINKS } from '../links';
import Base from './_Base.svelte';
// @ts-ignore
import icon from '$/assets/logos/icon-youtube.png?enhanced&w=300;600;800';
const { ...rest } = $props();
Expand Down

0 comments on commit ede5e1c

Please sign in to comment.