Skip to content

Commit

Permalink
fix: Replace " with "
Browse files Browse the repository at this point in the history
Why? React is so confiusing sometimes
  • Loading branch information
GabsEdits committed May 14, 2024
1 parent 6ad25ed commit 64f4255
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ export default function Home() {
<footer className={`text-center ${focusMode ? "hidden" : ""}`}>
<p className="text-xs">Just Text. Just Notes. Save. Secure.</p>
<p className="text-xs mt-3 font-medium">
v1.0.0-rc.1 "Prut"
v1.0.0-rc.1 &quot;Prut&quot;
</p>
<p className="text-base mt-3 font-medium">
Made with ❤️ by{" "}
Expand Down Expand Up @@ -322,8 +322,8 @@ export default function Home() {
thoughts. It also provides a word count feature and focus mode -
which removes all the distractions from the interface. You can
toggle focus mode using the button on the top right or by pressing
Shift + F. The name "Keímeno" is derived from the Greek word for
"text".
Shift + F. The name &quot;Keímeno&quot; is derived from the Greek word for
&quot;text&quot;.
</p>
<p className="mb-2">
It provides a few basic text formatting options like bold, italic
Expand Down

0 comments on commit 64f4255

Please sign in to comment.