mirror of
https://github.com/bubblecup-12/VogelSocialMedia.git
synced 2025-07-07 16:18:50 +00:00
add screenshot
This commit is contained in:
parent
32653c4ddd
commit
1393a14256
3 changed files with 26 additions and 12 deletions
|
@ -6,7 +6,7 @@ function About() {
|
|||
return (
|
||||
<div className="mainbox">
|
||||
<div className="intro">
|
||||
<div className="block">
|
||||
<div className="block block-l">
|
||||
<div className="item text1 text-start">
|
||||
Bringing Birds closer to you
|
||||
</div>
|
||||
|
@ -42,6 +42,12 @@ function About() {
|
|||
>
|
||||
Feather Feed
|
||||
</div>
|
||||
<img
|
||||
className="explain-pic cursor-pointer"
|
||||
src="/assets/images/Feed.png"
|
||||
alt="Feed with posts"
|
||||
onClick={() => navigate("/feed")}
|
||||
/>
|
||||
<div className="explain-text">
|
||||
... a social media platform about Birds.
|
||||
<br />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue