Skip to content

Commit 267acbb

Browse files
committed
fix
1 parent 58365e0 commit 267acbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/(home)/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { Zap, Code, Package, Puzzle } from 'lucide-react';
55
export default function HomePage() {
66
return (
77
<main className="flex flex-1 flex-col justify-center items-center px-4">
8-
<Image src="/icon.png" alt="SithraRS" width={100} height={100} className='rounded-full mb-4' />
8+
<Image src="/icon.png" alt="SithraRS" width={100} height={100} className='rounded-full my-4 mt-8 md:mt-4' />
99
<h1 className="mb-4 text-2xl font-bold">SithraRS</h1>
1010
<p className="text-fd-muted-foreground mb-12 max-w-2xl text-center">
1111
基于 Rust 打造的高性能 OneBot 机器人框架,为您的聊天机器人提供强大支持。

0 commit comments

Comments
 (0)