mirror of
https://github.com/bubblecup-12/VogelSocialMedia.git
synced 2025-07-06 15:18:48 +00:00
fix punctuation
This commit is contained in:
parent
49c0f71343
commit
6fda53827f
2 changed files with 5 additions and 4 deletions
|
@ -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 />
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue