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