fix punctuation

This commit is contained in:
luisa.bellitto 2025-07-01 08:16:33 +02:00 committed by Luisa Bellitto
parent 49c0f71343
commit 6fda53827f
2 changed files with 5 additions and 4 deletions

View file

@ -51,6 +51,7 @@ function App() {
path="/register" path="/register"
element={<LoginAndSignUpPage signupProp={true} />} element={<LoginAndSignUpPage signupProp={true} />}
/> />
<Route path="/about" element={<About />} />
<Route path="/profile/:username" element={<Profile />} /> <Route path="/profile/:username" element={<Profile />} />
</Routes> </Routes>
<Footer /> <Footer />

View file

@ -8,7 +8,7 @@ function About() {
<div className="intro"> <div className="intro">
<div className="block block-l"> <div className="block block-l">
<div className="item text1 text-start"> <div className="item text1 text-start">
Bringing Birds closer to you Bringing birds closer to you...
</div> </div>
<img <img
className="item item-end pic pic-justify" className="item item-end pic pic-justify"
@ -23,11 +23,11 @@ function About() {
alt="A curious-interested looking cute bird" alt="A curious-interested looking cute bird"
/> />
<div className="item text1 text-end grid-start text1"> <div className="item text1 text-end grid-start text1">
And the Birds you love ..and the birds you love...
</div> </div>
</div> </div>
<div className="block"> <div className="block">
<div className="item text1 text-start">Enhance your day</div> <div className="item text1 text-start">...enhance your day.</div>
<img <img
className="item item-end pic pic-justify" className="item item-end pic pic-justify"
src="/assets/images/owlFancyFace.jpg" src="/assets/images/owlFancyFace.jpg"
@ -67,7 +67,7 @@ function About() {
{" "} {" "}
Sign up{" "} Sign up{" "}
</span> </span>
for your daily Feather Feed for your daily Feather Feed.
</div> </div>
</div> </div>
</div> </div>