From 87496e01afca88d4e5732bbb955041acaecf52a5 Mon Sep 17 00:00:00 2001 From: Evan Boehs Date: Fri, 3 Feb 2023 11:49:29 -0500 Subject: [PATCH] fix: remove saturation for links fixes #1528 --- components/account/AccountHeader.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/account/AccountHeader.vue b/components/account/AccountHeader.vue index 060b9a64..167ed2b6 100644 --- a/components/account/AccountHeader.vue +++ b/components/account/AccountHeader.vue @@ -161,7 +161,7 @@ const isNotifiedOnPost = $computed(() => !!relationship?.notifying)
- +