Skip to content

Commit

Permalink
made the changes
Browse files Browse the repository at this point in the history
  • Loading branch information
PoulavBhowmick03 committed Oct 27, 2024
1 parent 5f1a6c1 commit 5744995
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion frontend/src/components/header/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function Header({ walletId, onConnectWallet, onLogout }) {
{walletId ? (
<div className='wallet-container'>
<button className='logout-button' onClick={onLogout}>
Log Out
Log out
</button>
<div className='wallet-id'>
{`${walletId.slice(0, 4)}...${walletId.slice(-4)}`}
Expand Down
6 changes: 3 additions & 3 deletions frontend/src/components/header/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ nav {
color: var(--brand);
}

.active-link {
color: var(--brand) !important;
.nav-items a.active-link {
color: var(--brand);
font-weight: 700;
}

Expand All @@ -103,7 +103,7 @@ nav {
width: 190px;
height: 52px;
border-radius: 8px;
border: 1px solid #74D6FD;
border: 1px solid var(--brand);
background-color: transparent;
color: #fff;
font-family: var(--text-font, 'Rethink Sans', sans-serif);
Expand Down

0 comments on commit 5744995

Please sign in to comment.