Update Header.tsx

pull/206/head
confmin 2025-08-01 16:30:01 +07:00 committed by GitHub
parent be119d267c
commit 7e0c0dd53d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ export default function Header() {
<header className={classes.header}>
<Container size="md" className={classes.inner}>
<div>
<a href="https://github.com/lyc8503/UptimeFlare" target="_blank">
<a href="https://banhtrangvotri.xyz" target="_blank">
<Text size="xl" span>
🕒
</Text>
@ -33,7 +33,7 @@ export default function Header() {
variant="gradient"
gradient={{ from: 'blue', to: 'cyan', deg: 90 }}
>
UptimeFlare
Banhtrangvotri
</Text>
</a>
</div>