From 891ce2683262b587224cfd6f34d07a3fc7459ce0 Mon Sep 17 00:00:00 2001 From: GetPsyched Date: Wed, 3 Jul 2024 15:42:58 +0400 Subject: [PATCH] fix: h5 tag is now red instead of black (#206) Co-authored-by: geekysilento <125768789+geekysilento@users.noreply.github.com> --- app/[locale]/notifications.tsx | 2 +- app/[locale]/search/client-utils.tsx | 2 +- app/[locale]/search/search.tsx | 2 +- styles/globals.css | 1 + 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/app/[locale]/notifications.tsx b/app/[locale]/notifications.tsx index 6e67411e..e0c77b13 100644 --- a/app/[locale]/notifications.tsx +++ b/app/[locale]/notifications.tsx @@ -127,7 +127,7 @@ const NotificationsList = async ({ return Array.from(groupBy(notifications, 'createdAt')).map( ([createdAt, notifications], index) => (
  • -
    {createdAt as string}
    +
    {createdAt as string}