diff --git a/app/components/Chart.tsx b/app/components/Chart.tsx index 582ca84af..940723ad3 100644 --- a/app/components/Chart.tsx +++ b/app/components/Chart.tsx @@ -126,10 +126,10 @@ function ChartTooltip({ return (
-

+

{header()} {headerSuffix} -

+ {dataPoints.map((dataPoint, index) => { const color = dataPoint.style?.fill ?? "var(--color-accent)"; diff --git a/app/components/MobileNav.tsx b/app/components/MobileNav.tsx index cba06a610..7d7f18c89 100644 --- a/app/components/MobileNav.tsx +++ b/app/components/MobileNav.tsx @@ -380,9 +380,9 @@ function MenuOverlay({
-

+

{t("front:sideNav.streams")} -

+ {streams.length === 0 ? (
diff --git a/app/features/badges/routes/badges.$id.edit.tsx b/app/features/badges/routes/badges.$id.edit.tsx index 702b2f207..c7aea85de 100644 --- a/app/features/badges/routes/badges.$id.edit.tsx +++ b/app/features/badges/routes/badges.$id.edit.tsx @@ -54,7 +54,7 @@ function Managers({ data }: { data: BadgeDetailsLoaderData }) { return (
-

Managers

+

Managers

m.id).join("-")} label="Add new manager" @@ -135,7 +135,7 @@ function Owners({ data }: { data: BadgeDetailsLoaderData }) { return (
-

Owners

+

Owners

{results.map((tiersResults) => (
-

+

+{tiersResults.tier} -

+ {(["passed", "failed"] as const).map((status) => (

diff --git a/app/features/scrims/components/ScrimCard.tsx b/app/features/scrims/components/ScrimCard.tsx index b1f4a3141..94d04da44 100644 --- a/app/features/scrims/components/ScrimCard.tsx +++ b/app/features/scrims/components/ScrimCard.tsx @@ -61,7 +61,7 @@ export function ScrimPostCard({ owner={owner} />

-

+

{isPickup ? ( <> {t("scrims:pickupBy")} @@ -70,7 +70,7 @@ export function ScrimPostCard({ ) : ( teamName )} -

+
{post.isPrivate ? : null} @@ -496,7 +496,7 @@ export function ScrimRequestCard({ owner={owner} />
-

+

{isPickup ? ( <> {t("scrims:pickupBy")} @@ -505,7 +505,7 @@ export function ScrimRequestCard({ ) : ( teamName )} -

+
diff --git a/app/features/sendouq-match/routes/q.match.$id.tsx b/app/features/sendouq-match/routes/q.match.$id.tsx index 474e2c5ac..e7c9b2cf5 100644 --- a/app/features/sendouq-match/routes/q.match.$id.tsx +++ b/app/features/sendouq-match/routes/q.match.$id.tsx @@ -492,7 +492,7 @@ function ReportWeaponsForm() { value={JSON.stringify(weaponsUsage)} />
-

{t("q:match.report.whoToReport")}

+

{t("q:match.report.whoToReport")}