From 8aceb68ccc523db95030d4adcfcbca5285f05c3c Mon Sep 17 00:00:00 2001 From: lyc8503 Date: Fri, 7 Nov 2025 01:44:42 +0800 Subject: [PATCH] fix: mobile logo style --- components/Footer.tsx | 3 ++- components/Header.tsx | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/components/Footer.tsx b/components/Footer.tsx index eaac687..2381114 100644 --- a/components/Footer.tsx +++ b/components/Footer.tsx @@ -2,7 +2,8 @@ import { Divider } from '@mantine/core' import { pageConfig } from '@/uptime.config' export default function Footer() { - const defaultFooter = '

Open-source monitoring and status page powered by Uptimeflare, made with ❤ by lyc8503.

' + const defaultFooter = + '

Open-source monitoring and status page powered by Uptimeflare, made with ❤ by lyc8503.

' return ( <> diff --git a/components/Header.tsx b/components/Header.tsx index 5a3f760..df3ebbe 100644 --- a/components/Header.tsx +++ b/components/Header.tsx @@ -1,4 +1,4 @@ -import { Container, Group, Text } from '@mantine/core' +import { Container, Group, Image } from '@mantine/core' import classes from '@/styles/Header.module.css' import { pageConfig } from '@/uptime.config' import { PageConfigLink } from '@/types/config' @@ -28,7 +28,7 @@ export default function Header({ style }: { style?: React.CSSProperties }) { href={location.pathname == '/' ? 'https://github.com/lyc8503/UptimeFlare' : '/'} target={location.pathname == '/' ? '_blank' : undefined} > - + logo