Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
will0684 committed Feb 24, 2025
1 parent 5a50706 commit f27dbb4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion components/molecules/TopNavBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,10 @@ export function TopNavBar({
{/* Mobile Nav Menu */}
<div className="static lg:hidden mt-4 flex flex-col w-full mr-4">
<div className="flex justify-between">
<Link href={homeLink} className="ml-4 font-body text-p font-semibold truncate max-w-[75%]">
<Link
href={homeLink}
className="ml-4 font-body text-p font-semibold truncate max-w-[75%]"
>
{homeLinkLabel}
</Link>
<button
Expand Down

0 comments on commit f27dbb4

Please sign in to comment.