Skip to content

Commit

Permalink
Merge branch 'main' into feature/apple-podcast
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoppippi authored Nov 7, 2024
2 parents affc0e8 + 4dfed97 commit 551e7a8
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 1 deletion.
Binary file removed src/assets/logos/icon-amazon-music.png
Binary file not shown.
34 changes: 34 additions & 0 deletions src/assets/logos/icon-amazon-music.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/AmazonMusic.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-amazon-music.png?enhanced&w=300;600;800';
import icon from '$/assets/logos/icon-amazon-music.svg';
const { ...rest } = $props();
Expand Down

0 comments on commit 551e7a8

Please sign in to comment.