Skip to content

Commit

Permalink
fix(privacy): align text and icons
Browse files Browse the repository at this point in the history
  • Loading branch information
emilielr committed Jun 6, 2024
1 parent f45b6fb commit 502367e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions next-tavla/app/privacy/components/ExpandableInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,17 +71,19 @@ function ExpandableInfo() {
<EnturLink
as={Link}
href="https://firebase.google.com/docs/auth"
className="items-center inline-flex flex-row gap-1"
>
Firebase Auth
<ExternalIcon className="ml-8" />
<ExternalIcon />
</EnturLink>{' '}
og{' '}
<EnturLink
as={Link}
href="https://firebase.google.com/support/privacy"
className="items-center inline-flex flex-row gap-1"
>
Firebase Privacy Policy
<ExternalIcon className="ml-8" />
<ExternalIcon />
</EnturLink>
.
</ListItem>
Expand Down

0 comments on commit 502367e

Please sign in to comment.