fix #6: style change

pull/8/head
lyc8503 2024-02-04 11:46:09 +08:00
parent 868f943f93
commit 3031a5a962
1 changed files with 17 additions and 17 deletions

View File

@ -49,8 +49,9 @@ export default function Home({
)}
<Divider mt="lg" />
<Center>
<Text size="xs" mt="xs" mb="xs">
<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
@ -65,7 +66,6 @@ export default function Home({
</a>
.
</Text>
</Center>
</main>
</>
)