Skip to content

Commit

Permalink
Merge pull request #332 from vim-jp-radio/feature/x
Browse files Browse the repository at this point in the history
feat: x logo svg
  • Loading branch information
ryoppippi authored Nov 7, 2024
2 parents 68f49d7 + ede5e1c commit e644ed1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
Binary file removed src/assets/logos/logo-x.png
Binary file not shown.
3 changes: 3 additions & 0 deletions src/assets/logos/logo-x.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/X.svelte
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
<script lang='ts'>
import type { ComponentProps } from 'svelte';
import icon from '$/assets/logos/logo-x.svg';
import { LINKS } from '../links';
import Base from './_Base.svelte';
// @ts-ignore
import icon from '$/assets/logos/logo-x.png?enhanced&w=300;600;800';
const { ...rest }: Omit<ComponentProps<typeof Base>, 'icon'> = $props();
Expand Down

0 comments on commit e644ed1

Please sign in to comment.