We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58365e0 commit 267acbbCopy full SHA for 267acbb
app/(home)/page.tsx
@@ -5,7 +5,7 @@ import { Zap, Code, Package, Puzzle } from 'lucide-react';
5
export default function HomePage() {
6
return (
7
<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' />
+ <Image src="/icon.png" alt="SithraRS" width={100} height={100} className='rounded-full my-4 mt-8 md:mt-4' />
9
<h1 className="mb-4 text-2xl font-bold">SithraRS</h1>
10
<p className="text-fd-muted-foreground mb-12 max-w-2xl text-center">
11
基于 Rust 打造的高性能 OneBot 机器人框架,为您的聊天机器人提供强大支持。
0 commit comments