Skip to content

Commit

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

0 comments on commit ab6a250

Please sign in to comment.