+
{t("errors_notFoundTitle")}
{t("errors_notFoundDescription")}
diff --git a/apps/web/src/components/cookie-consent.tsx b/apps/web/src/components/cookie-consent.tsx
index 8af73d936..d404ca969 100644
--- a/apps/web/src/components/cookie-consent.tsx
+++ b/apps/web/src/components/cookie-consent.tsx
@@ -51,7 +51,7 @@ const CookieConsentPopover = () => {
Cookies.set("rallly_cookie_consent", "1", { expires: 365 });
setVisible(false);
}}
- className="bg-primary-600 hover:bg-primary-600/90 focus:ring-primary-200 active:bg-primary-600/90 grow rounded-md px-5 py-1 font-semibold text-white shadow-sm transition-all focus:ring-2"
+ className="bg-primary-600 hover:bg-primary-600/90 focus:ring-primary-200 active:bg-primary-600/90 grow rounded-md px-5 py-1 font-semibold text-white shadow-sm transition-all focus:ring-2"
>
OK
diff --git a/apps/web/src/components/discussion/discussion.tsx b/apps/web/src/components/discussion/discussion.tsx
index 931650e6f..2dc27b12f 100644
--- a/apps/web/src/components/discussion/discussion.tsx
+++ b/apps/web/src/components/discussion/discussion.tsx
@@ -229,7 +229,7 @@ function DiscussionInner() {
) : null}
-
+
{dayjs(comment.createdAt).fromNow()}
diff --git a/apps/web/src/components/error-page.tsx b/apps/web/src/components/error-page.tsx
index 294d52052..83ad7724c 100644
--- a/apps/web/src/components/error-page.tsx
+++ b/apps/web/src/components/error-page.tsx
@@ -21,7 +21,7 @@ const ErrorPage: React.FunctionComponent
= ({
-
+
{title}
{description}
diff --git a/apps/web/src/components/forms/poll-options-form/week-calendar.tsx b/apps/web/src/components/forms/poll-options-form/week-calendar.tsx
index 5cb47770d..e6332d400 100644
--- a/apps/web/src/components/forms/poll-options-form/week-calendar.tsx
+++ b/apps/web/src/components/forms/poll-options-form/week-calendar.tsx
@@ -101,7 +101,7 @@ const WeekCalendar: React.FunctionComponent
= ({
= ({
header: function Header({ date }: any) {
return (
-
+
{dayjs(date).format("ddd")}
@@ -143,7 +143,7 @@ const WeekCalendar: React.FunctionComponent = ({
children?: React.ReactNode;
}) {
return (
-
+
{children}
);
diff --git a/apps/web/src/components/forms/poll-settings.tsx b/apps/web/src/components/forms/poll-settings.tsx
index 2330c0f08..cb81cc621 100644
--- a/apps/web/src/components/forms/poll-settings.tsx
+++ b/apps/web/src/components/forms/poll-settings.tsx
@@ -54,7 +54,7 @@ const Setting = ({ children }: React.PropsWithChildren) => {