Skip to content

Commit

Permalink
account test
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleyleal committed Jul 4, 2024
1 parent ea77c6a commit 1d8a1d0
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 14 deletions.
22 changes: 14 additions & 8 deletions client/src/pages/Home/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,23 +77,29 @@ const HomeHeaderButton = () => {
<Button
label={loggedIn ? 'View Profile' : 'Register Now!'}
isSecondary
// style={{
// margin: '0px',
// height: '100%',
// fontSize: 'unset',
// display: 'flex',
// justifyContent: 'center',
// alignItems: 'center',
// }}
style={{
margin: '0px',
height: '100%',
fontSize: 'unset',
display: 'flex',
justifyContent: 'center',
alignItems: 'center',
width: '0.px',
height: '0.px',
fontSize: '0px',
opacity: '0',
}}
/>
</div>
<div className="mobile-only">
{/* <div className="mobile-only">
<Button
label={loggedIn ? 'View Profile' : 'Register Now!'}
isSecondary
style={{ margin: '0px' }}
/>
</div>
</div> */}
</div>
</Link>
</>
Expand Down
12 changes: 6 additions & 6 deletions client/src/util/profile-pages.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ function logoutFunction({ dispatch, navigate }) {

export const profilePages = {
notLogin: [
{
label: 'Log in',
icon: LoginIcon,
iconDark: LoginIconDarkMode,
path: '/login',
},
// {
// label: 'Log in',
// icon: LoginIcon,
// iconDark: LoginIconDarkMode,
// path: '/login',
// },
],
login: [
{
Expand Down

0 comments on commit 1d8a1d0

Please sign in to comment.