Skip to content

Commit

Permalink
fix: docs
Browse files Browse the repository at this point in the history
  • Loading branch information
BroKun committed Sep 5, 2024
1 parent 9b1528d commit e4a0042
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/docs/.dumi/theme/componets/banner/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ const Banner: React.FC = () => {
<div className="circle-third"></div>
</div>
<h1 className="text-4xl sm:text-5xl lg:text-6xl font-bold tracking-tight text-primary mb-6 drop-shadow-md">
libro
mana
</h1>
<p className="text-xl sm:text-2xl text-muted-foreground mb-8">
灵活定制、轻松集成的 Notebook 产品方案
一个模块化的可扩展前端应用框架,为工作台产品设计
</p>
<Link to={'/quickstart'}>
<Link to={'/introduction'}>
<Button type="primary" size="large" className="start-btn">
Start now
</Button>
Expand Down

0 comments on commit e4a0042

Please sign in to comment.