Skip to content

Commit be1778d

Browse files
committed
add linkedin
1 parent bd7df3e commit be1778d

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

components/Clickable.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default ({ title, description, date, url }) => (
88
<p>{description}</p>
99
</div>
1010
<footer>
11-
<span>{date.endsWith("present") ? <strong class="present">{date}</strong> : date}</span>
11+
<span>{date.endsWith("-present") ? <strong class="present">{date}</strong> : date}</span>
1212
</footer>
1313
</article>
1414
</a>

components/Footer.jsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
const Discord = await import("../icons/discord.svg");
22
const GitHub = await import("../icons/github.svg");
3+
const LinkedIn = await import("../icons/linkedin.svg");
34
const Steam = await import("../icons/steam.svg");
45
const Twitch = await import("../icons/twitch.svg");
56
const Twitter = await import("../icons/twitter.svg");
@@ -16,6 +17,11 @@ const socials = [
1617
href: "/github",
1718
icon: GitHub,
1819
},
20+
{
21+
h: "#0266c3",
22+
href: "/linkedin",
23+
icon: LinkedIn,
24+
},
1925
{
2026
h: "#00adef",
2127
href: "/steam",

icons/linkedin.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)