website refactor

This commit is contained in:
2026-01-16 01:00:03 +01:00
parent ce7be39155
commit a98e3e3166
286 changed files with 5522 additions and 5261 deletions

View File

@@ -3,6 +3,7 @@ import { Button } from '@/ui/Button';
import { Card } from '@/ui/Card';
import { Container } from '@/ui/Container';
import { Heading } from '@/ui/Heading';
import { Text } from '@/ui/Text';
import { routes } from '@/lib/routing/RouteConfig';
export default async function ProfileLiveryUploadPage() {
@@ -10,7 +11,7 @@ export default async function ProfileLiveryUploadPage() {
<Container size="md">
<Heading level={1}>Upload livery</Heading>
<Card>
<p>Livery upload is currently unavailable.</p>
<Text block mb={4}>Livery upload is currently unavailable.</Text>
<Link href={routes.protected.profileLiveries}>
<Button variant="secondary">Back to liveries</Button>
</Link>