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", }, });