website refactor
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user