From aa2f546761e32220a7f3217abe9f2e26ced23c50 Mon Sep 17 00:00:00 2001 From: DoubleCookies <12849336+DoubleCookies@users.noreply.github.com> Date: Thu, 15 Sep 2022 08:07:47 +0300 Subject: [PATCH] fix --- app/routes/calendar/$id/report-winners.tsx | 2 +- app/styles/calendar-event.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/routes/calendar/$id/report-winners.tsx b/app/routes/calendar/$id/report-winners.tsx index 70f1e98af..2120cfd05 100644 --- a/app/routes/calendar/$id/report-winners.tsx +++ b/app/routes/calendar/$id/report-winners.tsx @@ -3,7 +3,7 @@ import { type ActionFunction, type LoaderArgs, json, - redirect + redirect, } from "@remix-run/node"; import { Form, useLoaderData } from "@remix-run/react"; import { z } from "zod"; diff --git a/app/styles/calendar-event.css b/app/styles/calendar-event.css index 0f4dd6a64..eb6d0c311 100644 --- a/app/styles/calendar-event.css +++ b/app/styles/calendar-event.css @@ -43,4 +43,4 @@ .event__results-participant-count { color: var(--text-lighter); font-size: var(--fonts-xs); -} \ No newline at end of file +}