Skip to content

Commit

Permalink
fix: converted span to li because lists should only contain li
Browse files Browse the repository at this point in the history
  • Loading branch information
noa.santo committed Jan 15, 2024
1 parent 464d7a2 commit b97c165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/layout/navigation/navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ const Navigation: React.FC<NavigationProps> = ({
{t('navigation.imprint')}
</LegalLink>
</li>
<span>·</span>
<li>·</li>
<li>
<LegalLink
to="/data-privacy"
Expand Down

0 comments on commit b97c165

Please sign in to comment.