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/ProfileHeader.tsx | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'src/view/com/profile/ProfileHeader.tsx') diff --git a/src/view/com/profile/ProfileHeader.tsx b/src/view/com/profile/ProfileHeader.tsx index 101b6b833..4c232a13a 100644 --- a/src/view/com/profile/ProfileHeader.tsx +++ b/src/view/com/profile/ProfileHeader.tsx @@ -64,7 +64,7 @@ export const ProfileHeader = observer( - + {sanitizeDisplayName(view.displayName || view.handle)} @@ -273,7 +273,7 @@ const ProfileHeaderLoaded = observer(function ProfileHeaderLoaded({ ) : undefined} - +