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
e742e49b5f
commit
0455001d86
2 changed files with 5 additions and 4 deletions
|
@ -51,6 +51,7 @@ function App() {
|
|||
path="/register"
|
||||
element={<LoginAndSignUpPage signupProp={true} />}
|
||||
/>
|
||||
<Route path="/about" element={<About />} />
|
||||
<Route path="/profile/:username" element={<Profile />} />
|
||||
</Routes>
|
||||
<Footer />
|
||||
|
|
|
@ -8,7 +8,7 @@ function About() {
|
|||
<div className="intro">
|
||||
<div className="block block-l">
|
||||
<div className="item text1 text-start">
|
||||
Bringing Birds closer to you
|
||||
Bringing birds closer to you...
|
||||
</div>
|
||||
<img
|
||||
className="item item-end pic pic-justify"
|
||||
|
@ -23,11 +23,11 @@ function About() {
|
|||
alt="A curious-interested looking cute bird"
|
||||
/>
|
||||
<div className="item text1 text-end grid-start text1">
|
||||
And the Birds you love
|
||||
..and the birds you love...
|
||||
</div>
|
||||
</div>
|
||||
<div className="block">
|
||||
<div className="item text1 text-start">Enhance your day</div>
|
||||
<div className="item text1 text-start">...enhance your day.</div>
|
||||
<img
|
||||
className="item item-end pic pic-justify"
|
||||
src="/assets/images/owlFancyFace.jpg"
|
||||
|
@ -67,7 +67,7 @@ function About() {
|
|||
{" "}
|
||||
Sign up{" "}
|
||||
</span>
|
||||
for your daily Feather Feed
|
||||
for your daily Feather Feed.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue