diff --git a/package.json b/package.json index 1dcfaa1..02acde7 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,7 @@ "dev": "next dev --turbo", "build": "next build", "start": "next start", + "format": "prettier --write .", "lint": "next lint", "pages:build": "npx @cloudflare/next-on-pages", "preview": "npm run pages:build && wrangler pages dev", 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! +