diff --git a/web/components/atoms/BackButton.tsx b/web/components/atoms/BackButton.tsx index d5f3df5..762f622 100644 --- a/web/components/atoms/BackButton.tsx +++ b/web/components/atoms/BackButton.tsx @@ -7,11 +7,32 @@ interface Props { export default function BackButton({ onClick, disabled }: Props) { return ( - ); }