Skip to content

Commit

Permalink
Remove unneeded d-flex class
Browse files Browse the repository at this point in the history
  • Loading branch information
meg-gutshall authored Dec 12, 2024
1 parent d62414f commit d13e056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Nav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export default function Nav() {
</li>
</ul>

<ul className="navbar-nav d-flex flex-row justify-content-end">
<ul className="navbar-nav flex-row justify-content-end">
<li className="nav-item">
<a
href="https://github.com/Virtual-Coffee"
Expand Down

0 comments on commit d13e056

Please sign in to comment.