From 94e23137e403f35f82ebc65a9c5607e22a17ce63 Mon Sep 17 00:00:00 2001 From: Justin Edmund <383021+jedmund@users.noreply.github.com> Date: Mon, 29 Jul 2024 03:51:37 -0700 Subject: [PATCH] Fix typo --- src/routes/+page.svelte | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 5f6f3e6..c7f28d7 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -30,7 +30,7 @@
Right now, I'm spending my free time building a hobby journaling app called Maitsu. I've spent time at several companies over the last 11 years, but you might know as the + >. I've spent time at several companies over the last 11 years, but you might know me as the first designer hired at Pinterest.
@@ -55,6 +55,13 @@ color: $red-60; font-weight: 500; font-style: normal; + text-decoration: none; + } + + a:hover { + cursor: pointer; + text-decoration: underline; + text-decoration-style: wavy; } ul {