From 438c2d96b0b58c045dc0c8219a0535052b69473b Mon Sep 17 00:00:00 2001 From: Gustavo Francisco Date: Mon, 20 Jan 2025 16:17:54 -0300 Subject: [PATCH] fix: profile content css --- .../src/pages/profile/profile-content/profile-content.css.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/renderer/src/pages/profile/profile-content/profile-content.css.ts b/src/renderer/src/pages/profile/profile-content/profile-content.css.ts index f425a7bd1..185ad85ba 100644 --- a/src/renderer/src/pages/profile/profile-content/profile-content.css.ts +++ b/src/renderer/src/pages/profile/profile-content/profile-content.css.ts @@ -225,6 +225,7 @@ export const link = style({ color: vars.color.body, ":hover": { textDecoration: "underline", + cursor: "pointer", }, });