From a4e1a89b5dc5118072d57990eead50505c55d6d8 Mon Sep 17 00:00:00 2001 From: Alistair Smith Date: Wed, 20 Sep 2023 23:33:03 +0100 Subject: [PATCH] prettier --- src/components/contact-form.tsx | 14 ++++++++--- src/components/time.tsx | 17 ++++++------- src/pages/404.tsx | 8 ++++--- src/pages/_app.tsx | 6 ++--- src/pages/index.tsx | 42 ++++++++++++++++----------------- src/server/blog.ts | 2 +- 6 files changed, 47 insertions(+), 42 deletions(-) diff --git a/src/components/contact-form.tsx b/src/components/contact-form.tsx index 413dfa5..3f70d53 100644 --- a/src/components/contact-form.tsx +++ b/src/components/contact-form.tsx @@ -1,5 +1,5 @@ -import { Turnstile } from '@marsidev/react-turnstile'; -import { useState } from 'react'; +import {Turnstile} from '@marsidev/react-turnstile'; +import {useState} from 'react'; import toast from 'react-hot-toast'; export function ContactForm() { @@ -59,7 +59,15 @@ export function ContactForm() {