Skip to content

Commit

Permalink
Merge branch 'staging' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisangelothomas authored Dec 19, 2024
2 parents 8b2728b + 89f315a commit eee480e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/navbar/navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,18 @@ export default function NavBar() {
<Logotype atTop={atTop} isMenuOpen={mobileShouldOpenBurger} />
<div
className={
master
"flex flex-row gap-6 items-center 2xl:-col-end-2 xl:-col-end-2 lg:-col-end-2 md:-col-end-2"
staging
}
>
<NavDocsButton atTop={atTop} />
<NavLogInButton atTop={atTop} />
master
{/* <NavCTAButton className=" col-span-2 -col-end-1 " mode={FillMode.FILL}>
View products
</NavCTAButton> */}
staging
</div>
</>
);
Expand Down

0 comments on commit eee480e

Please sign in to comment.