From 40b2499551ae668627ebf52a2ac727f019d8e043 Mon Sep 17 00:00:00 2001 From: Chris Bennett <110393183+oev-chrisbennett@users.noreply.github.com> Date: Sun, 22 Sep 2024 23:30:40 +0100 Subject: [PATCH] chore: Prettier format --- src/components/cool-header-text.tsx | 24 +++--- src/components/release-note.tsx | 25 ++++-- src/lib/release-notes.ts | 126 +++++++++++++++------------- 3 files changed, 98 insertions(+), 77 deletions(-) diff --git a/src/components/cool-header-text.tsx b/src/components/cool-header-text.tsx index 75fc606..091ea0d 100644 --- a/src/components/cool-header-text.tsx +++ b/src/components/cool-header-text.tsx @@ -17,20 +17,22 @@ const TextTitle = styled.h1` background-image: linear-gradient(90deg, #0077e7, #01d8d1); filter: hue-rotate(0deg); animation: ${hueShift} 10s infinite linear 1s; - padding-bottom: 8px; + padding-bottom: 8px; `; export default function CoolHeaderText() { return ( - <> -
This release is still in progress, stay tuned!
-Consider joining our Discord for update pings!
++ Consider joining our{" "} + + Discord + {" "} + for update pings! +