Skip to content

Commit

Permalink
Fix website icon bug
Browse files Browse the repository at this point in the history
Also add IG and YouTube links
  • Loading branch information
oxothnk423 committed Feb 11, 2025
1 parent 5f5d39c commit 9a34acd
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
3 changes: 3 additions & 0 deletions website/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@ export default defineConfig({
"github",
"opensourcehardware",
"bluetooth",
"gmail",
"youtube",
"instagram",
],
"material-symbols": [
"bluetooth",
Expand Down
12 changes: 11 additions & 1 deletion website/src/components/more.astro
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,17 @@ const links = [
{
href: "mailto:leafvario@gmail.com",
title: "Email Us",
icon: "simple-icons:Email",
icon: "simple-icons:gmail",
},
{
href: "https://www.instagram.com/leafvario",
title: "Instagram",
icon: "simple-icons:instagram",
},
{
href: "https://www.youtube.com/channel/UCbwWXjxFitbefeKqzAKa94Q",
title: "YouTube",
icon: "simple-icons:youtube",
},
];
---
Expand Down

0 comments on commit 9a34acd

Please sign in to comment.