fix #6: style change
parent
868f943f93
commit
3031a5a962
|
|
@ -49,23 +49,23 @@ export default function Home({
|
|||
)}
|
||||
|
||||
<Divider mt="lg" />
|
||||
<Center>
|
||||
<Text size="xs" mt="xs" mb="xs">
|
||||
Open-source monitoring and status page powered by{' '}
|
||||
<a href="https://github.com/lyc8503/UptimeFlare" target="_blank">
|
||||
Uptimeflare
|
||||
</a>{' '}
|
||||
and{' '}
|
||||
<a href="https://www.cloudflare.com/" target="_blank">
|
||||
Cloudflare
|
||||
</a>
|
||||
, made with ❤ by{' '}
|
||||
<a href="https://github.com/lyc8503" target="_blank">
|
||||
lyc8503
|
||||
</a>
|
||||
.
|
||||
</Text>
|
||||
</Center>
|
||||
<Text size="xs" mt="xs" mb="xs" style={{
|
||||
textAlign: 'center'
|
||||
}}>
|
||||
Open-source monitoring and status page powered by{' '}
|
||||
<a href="https://github.com/lyc8503/UptimeFlare" target="_blank">
|
||||
Uptimeflare
|
||||
</a>{' '}
|
||||
and{' '}
|
||||
<a href="https://www.cloudflare.com/" target="_blank">
|
||||
Cloudflare
|
||||
</a>
|
||||
, made with ❤ by{' '}
|
||||
<a href="https://github.com/lyc8503" target="_blank">
|
||||
lyc8503
|
||||
</a>
|
||||
.
|
||||
</Text>
|
||||
</main>
|
||||
</>
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue