Skip to content

Commit

Permalink
feat(homepageHeader): Added items-center to link class names so Help …
Browse files Browse the repository at this point in the history
…text looks centered relative to vertical bar
  • Loading branch information
jarvisraymond-uchicago committed Jan 28, 2025
1 parent af752d1 commit b450045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/HealNav/HealHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const navLinks = [
];

const generateLinkClassNames = (i: number) => {
let classNames = 'hover:underline mt-3 ';
let classNames = 'flex hover:underline items-center ';
classNames +=
i === navLinks.length - 1
? 'border-l-1 ml-4 lg:ml-3 pl-2 mr-1 lg:mr-6 sm:mt-0'
Expand Down

0 comments on commit b450045

Please sign in to comment.