Fix hydration error I think?
This commit is contained in:
parent
55034ee4ba
commit
42cf2e6796
@ -27,18 +27,17 @@ export default function Fuse() {
|
|||||||
<AccordionContent>
|
<AccordionContent>
|
||||||
<div className="flex flex-col">
|
<div className="flex flex-col">
|
||||||
<p className="indent-4">
|
<p className="indent-4">
|
||||||
Fuse is an Expo Application that served as a way to learn React
|
Fuse is an Expo Application that served as a way to learn React Native. This
|
||||||
Native. This application was made for my girlfriend & I in order to send
|
application was made for my girlfriend & I in order to send each other
|
||||||
each other messages, as well as provide a countdown timer for the next
|
messages, as well as provide a countdown timer for the next time we would be
|
||||||
time we would be together, as we are in a long distance relationship.
|
together, as we are in a long distance relationship. This application uses
|
||||||
This application uses API's provided by a
|
API's provided by a
|
||||||
<Link href="https://ismadelinethecutest.gibbyb.com"
|
<Link href="https://ismadelinethecutest.gibbyb.com"
|
||||||
className="underline hover:text-blue-500"
|
className="underline hover:text-blue-500"
|
||||||
>
|
>
|
||||||
Next.js Web Application I also made for my girlfriend.
|
Next.js Web Application I also made for my girlfriend.
|
||||||
</Link>
|
</Link>. This Web Application connects to a PostgreSQL Database & is
|
||||||
This Web Application connect to a PostgreSQL
|
also self-hosted using a Docker Container.
|
||||||
Database & is also self-hosted using a Docker Container.
|
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</AccordionContent>
|
</AccordionContent>
|
||||||
|
Loading…
Reference in New Issue
Block a user