Skip to content

Commit

Permalink
FW-6228 Restore logo to kids nav (#659)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmcauliffe authored Oct 30, 2024
1 parent 5f92aa9 commit a996b7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/KidsNavBar/KidsNavBarPresentation.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function KidsNavBarPresentation({ links, site, home }) {
className="relative flex items-center h-24 w-24 md:h-32 md:w-32"
to={`/${site?.sitename}/kids`}
>
<SiteLogo.Presentation />
<SiteLogo.Presentation additionalStyling="w-full" />
{generateText(
'kids',
'block absolute -bottom-5 right-2 transform -rotate-6 text-white fill-current w-10 sm:w-16',
Expand Down

0 comments on commit a996b7c

Please sign in to comment.