From b24ba3adc93cf940eb936309ae73a2c205eaef24 Mon Sep 17 00:00:00 2001 From: Ollie Hsieh Date: Wed, 19 Apr 2023 18:05:10 -0700 Subject: Add cursor to clickable elements (#491) * Add cursor to clickable elements * Add cursor to clickable elements * Update per comments * Fix word wrap in notifications * Center the web login-load screen * Add hover states on web * Fix lint --------- Co-authored-by: Paul Frazee --- src/view/com/profile/ProfileCard.tsx | 1 - 1 file changed, 1 deletion(-) (limited to 'src/view/com/profile/ProfileCard.tsx') diff --git a/src/view/com/profile/ProfileCard.tsx b/src/view/com/profile/ProfileCard.tsx index d14d5e16d..07bf4e291 100644 --- a/src/view/com/profile/ProfileCard.tsx +++ b/src/view/com/profile/ProfileCard.tsx @@ -48,7 +48,6 @@ export function ProfileCard({ ]} href={`/profile/${handle}`} title={handle} - noFeedback asAnchor> -- cgit 1.4.1