Skip to content

Commit

Permalink
Quick fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlancollins committed Jan 25, 2024
1 parent a78900b commit 20aabd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/routes/ranger.$version._index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import { Carbon } from '~/components/Carbon'
import { Footer } from '~/components/Footer'
import SponsorPack from '~/components/SponsorPack'
import { getSponsorsForSponsorPack } from '~/server/sponsors'
import type { Framework } from '~/projects/form'
import type { Framework } from '~/projects/ranger'

const menu = [
{
Expand Down
2 changes: 1 addition & 1 deletion app/routes/ranger.$version.docs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const loader = async (context: LoaderFunctionArgs) => {
export const meta: MetaFunction = () => {
return seo({
title: 'TanStack Ranger Docs | React Ranger',
description: 'Modern and scalable routing for React applications',
description: 'Modern and headless ranger UI library',
})
}

Expand Down

0 comments on commit 20aabd7

Please sign in to comment.