mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-17 17:55:42 +00:00
fix: center footer links
This commit is contained in:
parent
9ae7ab7f7a
commit
43901616fd
@ -157,7 +157,7 @@ export default function App(): React.ReactElement {
|
||||
</div>
|
||||
</Layout.Content>
|
||||
<Layout.Footer style={{textAlign: 'center'}}>
|
||||
<Flex gap='middle' wrap justify='space-evenly'>
|
||||
<Flex gap='middle' wrap justify='center'>
|
||||
<Link to='/tos'><Button type='text'>{t`TOS`}</Button></Link>
|
||||
<Link to='/privacy'><Button type='text'>{t`Privacy Policy`}</Button></Link>
|
||||
<Link to='/faq'><Button type='text'>{t`FAQ`}</Button></Link>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user