From bf70d7b476be237962db55f6826d41017f8c789e Mon Sep 17 00:00:00 2001 From: Ashhhleyyy Date: Tue, 26 Jul 2022 22:18:54 +0100 Subject: [PATCH] chore: run prettier --- components/Button.tsx | 8 ++++- next-auth.d.ts | 17 +++++---- pages/api/submit-page-bubbles.ts | 2 +- pages/comic/[comic]/transcribe/[page].tsx | 14 +++++--- src/audit.ts | 42 +++++++++++++++-------- 5 files changed, 53 insertions(+), 30 deletions(-) diff --git a/components/Button.tsx b/components/Button.tsx index da29868..72589e2 100644 --- a/components/Button.tsx +++ b/components/Button.tsx @@ -28,7 +28,13 @@ export default function Button({ 'transition-colors' ); if (!noDefaultColous) { - classes.push('bg-slate-600', 'text-slate-50', 'hover:bg-slate-500', 'disabled:bg-slate-900', 'disabled:text-slate-200'); + classes.push( + 'bg-slate-600', + 'text-slate-50', + 'hover:bg-slate-500', + 'disabled:bg-slate-900', + 'disabled:text-slate-200' + ); } return +