From 330755575971b9789dd15d89c0666b7edbfe3a73 Mon Sep 17 00:00:00 2001 From: Urbano Date: Sun, 25 Aug 2024 20:36:07 -0400 Subject: [PATCH] After running prettier --- .prettierrc | 12 ++++++------ app/projects/1/page.tsx | 4 ++-- app/projects/2/page.tsx | 11 ++++++----- app/projects/3/page.tsx | 8 ++++---- postcss.config.js | 2 +- styles/Main.module.css | 1 - tailwind.config.js | 2 +- 7 files changed, 20 insertions(+), 20 deletions(-) diff --git a/.prettierrc b/.prettierrc index 0b49725..9dbc9a6 100644 --- a/.prettierrc +++ b/.prettierrc @@ -1,7 +1,7 @@ { - "endOfLine": "lf", - "printWidth": 80, - "tabWidth": 2, - "trailingComma": "es5", - "singleQuote": true -} \ No newline at end of file + "endOfLine": "lf", + "printWidth": 80, + "tabWidth": 2, + "trailingComma": "es5", + "singleQuote": true +} diff --git a/app/projects/1/page.tsx b/app/projects/1/page.tsx index b991693..443e6b6 100644 --- a/app/projects/1/page.tsx +++ b/app/projects/1/page.tsx @@ -3,9 +3,9 @@ import Image from 'next/image'; export default function ExpensyPage() { return ( -
+
-
+

Expensy

Full stack NextJS 13 application to keep track of your income and diff --git a/app/projects/2/page.tsx b/app/projects/2/page.tsx index 900c5ba..d6bc31f 100644 --- a/app/projects/2/page.tsx +++ b/app/projects/2/page.tsx @@ -3,14 +3,15 @@ import Image from 'next/image'; export default function BooksPage() { return ( -

+
-
+

Books & More

- NextJS project that lets you keep track of the books in your collection. - Uses the Google Books API to bring in book information when you add a - book. Clerk for authentication, Vercel for hosting. Check out the{' '} + NextJS project that lets you keep track of the books in your + collection. Uses the Google Books API to bring in book information + when you add a book. Clerk for authentication, Vercel for hosting. + Check out the{' '} +