diff --git a/src/app/routes/current/Current.tsx b/src/app/routes/current/Current.tsx index b41e7e3..31a1316 100644 --- a/src/app/routes/current/Current.tsx +++ b/src/app/routes/current/Current.tsx @@ -2,7 +2,6 @@ import { Dispatch, useMemo, useState } from "react" import { AlertTriangle, ChevronsDown } from "lucide-react" -import { TitleTooltip } from "~/components/feedback/TitleTooltip" import { Tooltip } from "~/components/feedback/Tooltip" import { InputLabel } from "~/components/inputs/InputLabel" import { Textarea } from "~/components/inputs/Textarea" @@ -17,7 +16,7 @@ import { cn } from "~/utils/utils" const Counter = ({ current, limit }: { limit: number; current: number }) => ( limit && "text-red-400" )} > @@ -32,7 +31,7 @@ interface PlayerGamesProps extends Player { const ErrorHint = ({ errors }: { errors: string[] }) => ( - + @@ -41,7 +40,7 @@ const ErrorHint = ({ errors }: { errors: string[] }) => ( side="bottom" align="end" alignOffset={-8} - sideOffset={8} + sideOffset={10} >