Skip to content

Commit

Permalink
cosmetic fixups
Browse files Browse the repository at this point in the history
  • Loading branch information
cramakri committed Aug 22, 2023
1 parent 821fd7f commit 1775220
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/landing/anonymousHomeNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ type BottomNavExternalLinkProps = {
function BottomNavExternalLink({ title, url }: BottomNavExternalLinkProps) {
return (
<ExternalLink
className="text-white text-decoration-none nav-link"
className="text-white text-decoration-none nav-link mb-2"
role="link"
title={title}
url={url}
Expand Down Expand Up @@ -214,7 +214,7 @@ function TopNav(props: AnonymousHomeConfig) {
<TopNavExternalLink title="Form" url={Links.DISCOURSE} />
</NavItem>
<NavItem className="nav-item">
<TopNavExternalLink title="Chat (Gitter)" url={Links.GITTER} />
<TopNavExternalLink title="Gitter" url={Links.GITTER} />
</NavItem>
<NavItem className="nav-item">
<TopNavExternalLink title="GitHub" url={Links.GITHUB} />
Expand Down

0 comments on commit 1775220

Please sign in to comment.