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
4 changes: 2 additions & 2 deletions app/routes/_libraries/router.$version.index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@ function RouterVersionIndex() {
<span className="underline decoration-dashed decoration-yellow-500 decoration-3 underline-offset-2">
Modern and scalable
</span>{' '}
routing for React applications
routing for React and Solid applications
</h2>
<p
className="text opacity-90 max-w-sm
lg:text-xl lg:max-w-2xl"
>
A fully type-safe React router with built-in data fetching,
A fully type-safe router with built-in data fetching,
stale-while revalidate caching and first-class search-param APIs.
</p>
<Link
Expand Down