We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f47be3 commit b5574c2Copy full SHA for b5574c2
1 file changed
src/components/footer.tsx
@@ -6,12 +6,12 @@ import { Wave } from "./wave";
6
const SOCIALS = [
7
{
8
name: "linkedin",
9
- icon: "/socials/linkedin.png",
+ icon: "socials/linkedin.png",
10
link: "https://www.linkedin.com/company/98334563/",
11
},
12
13
name: "mastodon",
14
- icon: "/socials/mastodon.png",
+ icon: "socials/mastodon.png",
15
link: "https://fosstodon.org/@pythonpizza/",
16
17
0 commit comments