Skip to content

Commit

Permalink
style(deleteDataBanner): fix link style
Browse files Browse the repository at this point in the history
  • Loading branch information
chohner committed May 17, 2024
1 parent 5c6e8a7 commit 21f55d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export default function Footer({
<Background backgroundColor="blue" paddingTop="16" paddingBottom="16">
<div className="text-center">
<a
className="text-base underline hover:font-bold"
className="text-base text-link"
href="/persoenliche-daten-loeschen"
>
{deletionLabel ?? "Persönliche Daten löschen"}
Expand Down

0 comments on commit 21f55d8

Please sign in to comment.