website refactor

This commit is contained in:
2026-01-18 16:18:18 +01:00
parent 0b301feb61
commit 13567d51af
329 changed files with 4701 additions and 4750 deletions

View File

@@ -3,7 +3,6 @@
import React from 'react';
import { Stack } from '@/ui/Stack';
import { Button } from '@/ui/Button';
import { Box } from '@/ui/Box';
import { Text } from '@/ui/Text';
interface NotFoundActionsProps {
@@ -35,7 +34,7 @@ export function NotFoundActions({ primaryLabel, onPrimaryClick }: NotFoundAction
onClick={() => window.history.back()}
>
<Stack direction="row" gap={2} align="center">
<Box
<Stack
width={2}
height={2}
rounded="full"