Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions app/routes/_libraries/start.$version.index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ export default function VersionIndex() {
}}
/>
</div>
<div className="flex flex-col gap-4 text-center">
<div className="flex flex-col gap-4">
<h3 className="uppercase text-xl font-black">
Enterprise-Grade Routing
</h3>
Expand Down Expand Up @@ -218,7 +218,7 @@ export default function VersionIndex() {
/>
</div>
</div>
<div className="flex flex-col gap-4 text-center">
<div className="flex flex-col gap-4">
<h3 className="uppercase text-xl font-black">
SSR, Streaming and Server RPCs
</h3>
Expand All @@ -243,7 +243,7 @@ export default function VersionIndex() {
}}
/>
</div>
<div className="flex flex-col gap-4 text-center">
<div className="flex flex-col gap-4">
<h3 className="uppercase text-xl font-black">
Client-Side First, 100% Server Capable
</h3>
Expand Down Expand Up @@ -272,7 +272,7 @@ export default function VersionIndex() {
}}
/>
</div>
<div className="flex flex-col gap-4 text-center">
<div className="flex flex-col gap-4">
<h3 className="uppercase text-xl font-black">
Deploy Anywhere with Vinxi & Vite
</h3>
Expand Down
Loading