From 42cf2e679615b28b146398f851933e7b02c24f7a Mon Sep 17 00:00:00 2001 From: gibbyb Date: Tue, 17 Sep 2024 13:44:55 -0500 Subject: [PATCH] Fix hydration error I think? --- src/components/projects/fuse.tsx | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/src/components/projects/fuse.tsx b/src/components/projects/fuse.tsx index 1e682b1..a2ad31b 100644 --- a/src/components/projects/fuse.tsx +++ b/src/components/projects/fuse.tsx @@ -27,18 +27,17 @@ export default function Fuse() {

- Fuse is an Expo Application that served as a way to learn React - Native. This application was made for my girlfriend & I in order to send - each other messages, as well as provide a countdown timer for the next - time we would be together, as we are in a long distance relationship. - This application uses API's provided by a ‎ + Fuse is an Expo Application that served as a way to learn React Native. This + application was made for my girlfriend & I in order to send each other + messages, as well as provide a countdown timer for the next time we would be + together, as we are in a long distance relationship. This application uses + API's provided by a - Next.js Web Application I also made for my girlfriend. - - ‎ This Web Application connect to a PostgreSQL - Database & is also self-hosted using a Docker Container. + ‎ Next.js Web Application I also made for my girlfriend. + . ‎This Web Application connects to a PostgreSQL Database & is + also self-hosted using a Docker Container.