Skip to content

Commit

Permalink
Merge branch 'Live'
Browse files Browse the repository at this point in the history
  • Loading branch information
Codesmith28 committed Jan 8, 2024
2 parents 97e4c02 + 1205711 commit f045355
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
7 changes: 7 additions & 0 deletions app/components/NavBar/NavBar.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@
display: none !important;
}

.login {
display: flex;
height: 100%;
justify-content: center ;
align-items: center;
}

.navItemsWrapper {
display: flex;
align-items: center;
Expand Down
5 changes: 3 additions & 2 deletions app/components/NavBar/NavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,9 @@ export default function NavBar({}: // isOpen = false,
/>
))}
</div>

<LoginBtn />
<div className={styles.login}>
<LoginBtn />
</div>
</nav>
);
}

0 comments on commit f045355

Please sign in to comment.