Skip to content

Commit b5574c2

Browse files
committed
back to basics
1 parent 0f47be3 commit b5574c2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/footer.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ import { Wave } from "./wave";
66
const SOCIALS = [
77
{
88
name: "linkedin",
9-
icon: "/socials/linkedin.png",
9+
icon: "socials/linkedin.png",
1010
link: "https://www.linkedin.com/company/98334563/",
1111
},
1212
{
1313
name: "mastodon",
14-
icon: "/socials/mastodon.png",
14+
icon: "socials/mastodon.png",
1515
link: "https://fosstodon.org/@pythonpizza/",
1616
},
1717
{

0 commit comments

Comments
 (0)