Skip to content

Commit

Permalink
fix: youtube.svg case sensitive import
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Nov 30, 2024
1 parent 640c9c4 commit a297c45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/socials.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import github from "../assets/logos/github.svg";
import linkedin from "../assets/logos/linkedin.svg";
import mastodon from "../assets/logos/mastodon.svg";
import twitter from "../assets/logos/twitter.svg";
import youtube from "../assets/logos/YouTube.svg";
import youtube from "../assets/logos/youtube.svg";

export const socials = [
{
Expand Down

0 comments on commit a297c45

Please sign in to comment.