Skip to content

Commit

Permalink
Docs update (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kitenite authored Sep 14, 2024
1 parent 2b7c30b commit 2e5c6c5
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/src/app/quickstart/page.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
export default function DocumentationPage() {
return (
<div className="h-full w-full border-0">
<div className="h-full w-full border-0 flex">
<div className="flex justify-start pl-[10px] font-semibold h-full items-start border w-1/5">
<p className="w-full h-[40px] flex items-center">Quick Start</p>
</div>
<div className="w-full h-full border">
<div className="w-full h-[80px] flex justify-center items-center">
<p className="w-[fit-content] h-[fit-content] font-bold text-[36px]">
Quick Start
</p>
</div>
</div>
</div>
)
}

0 comments on commit 2e5c6c5

Please sign in to comment.