diff --git a/app/components/Chart.tsx b/app/components/Chart.tsx index 940723ad3..582ca84af 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 7d7f18c89..cba06a610 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 c7aea85de..702b2f207 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

-

+

{title}{" "} {popoverInfo && ( )} -

+

diff --git a/app/features/plus-voting/routes/plus.voting.results.tsx b/app/features/plus-voting/routes/plus.voting.results.tsx index 6796ed17f..08ccdbe5d 100644 --- a/app/features/plus-voting/routes/plus.voting.results.tsx +++ b/app/features/plus-voting/routes/plus.voting.results.tsx @@ -80,9 +80,9 @@ function Results({
{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 94d04da44..b1f4a3141 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 e7c9b2cf5..474e2c5ac 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")}