diff --git a/components/Spinner.tsx b/components/Spinner.tsx index 2e6405a..2c332c5 100644 --- a/components/Spinner.tsx +++ b/components/Spinner.tsx @@ -12,7 +12,7 @@ const Spinner: NextPage<{size: number, color?: string}> = ({ size, color }) => { const vbSizeY = diameterY + (2 * padding); return
; };