From a798a0d0d282231aee563ea8f3b7de14554723d7 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Mon, 22 Jul 2024 11:22:40 +0200 Subject: [PATCH] Fixed link in comment --- src/templates/assets/stylesheets/main/components/_nav.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/templates/assets/stylesheets/main/components/_nav.scss b/src/templates/assets/stylesheets/main/components/_nav.scss index 755a5865a..b363032e1 100644 --- a/src/templates/assets/stylesheets/main/components/_nav.scss +++ b/src/templates/assets/stylesheets/main/components/_nav.scss @@ -120,7 +120,7 @@ // Navigation link icon svg { // Hack: Safari has another bug where SVGs disappear on hover - same fix - // as above via `position: relative` - see https://bit.ly/3HljM1T + // as above via `position: relative` - see https://t.ly/5fSj1 position: relative; flex-shrink: 0; height: 1.3em;