Skip to content

Commit

Permalink
Merge pull request #3163 from dfinity/rei/nav-border
Browse files Browse the repository at this point in the history
  • Loading branch information
artkorotkikh-dfinity authored Jul 5, 2024
2 parents 543622a + 3532dee commit a4abacc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Common/MarketingNav/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ const Flyout: React.FC<{ item: NavItem; isActive }> = ({ item, isActive }) => {
</div>
</div>
{/* desktop aux items */}
<div className="py-6 pl-[1.8rem] pr-5 flex gap-9 items-center border-solid border-t-grey-200 border-t">
<div className="py-6 pl-[1.8rem] pr-5 flex gap-9 items-center border-solid border-b-transparent border-l-transparent border-r-transparent border-t-grey-200 border-t">
<AuxItems items={item.auxItems} />

<div className="flex-1"></div>
Expand Down

0 comments on commit a4abacc

Please # to comment.