Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: replace youtube logo with svg #330

Merged
merged 2 commits into from
Nov 7, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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