Skip to content

Commit 0497ae0

Browse files
Merge pull request #255 from topcoder-platform/TCA-214_mobile-header
TCA-214 hide login button on mobile -> dev
2 parents c882532 + 33bbd32 commit 0497ae0

File tree

2 files changed

+1
-16
lines changed

2 files changed

+1
-16
lines changed

src-ts/header/utility-selectors/UtilitySelector/ProfileSelector/profile-not-logged-in/ProfileNotLoggedIn.module.scss

Lines changed: 0 additions & 12 deletions
This file was deleted.

src-ts/header/utility-selectors/UtilitySelector/ProfileSelector/profile-not-logged-in/ProfileNotLoggedIn.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ import {
99
} from '../../../../../lib'
1010
import '../../../../../lib/styles/index.scss'
1111

12-
import styles from './ProfileNotLoggedIn.module.scss'
13-
1412
const ProfileNotLoggedIn: FC<{}> = () => {
1513

1614
const routeData: RouteContextData = useContext(routeContext)
@@ -25,15 +23,14 @@ const ProfileNotLoggedIn: FC<{}> = () => {
2523
<>
2624
<Button
2725
buttonStyle='text'
28-
className={styles.login}
26+
className='mobile-hide'
2927
label='Log In'
3028
size='md'
3129
tabIndex={-1}
3230
url={authUrlLogin()}
3331
/>
3432
<Button
3533
buttonStyle='tertiary'
36-
className={styles.signup}
3734
label='Sign Up'
3835
size='md'
3936
tabIndex={-1}

0 commit comments

Comments
 (0)