mirror of
https://github.com/bubblecup-12/VogelSocialMedia.git
synced 2025-07-07 06:08:54 +00:00
wip
This commit is contained in:
parent
e7fd86d04c
commit
9acf08d933
3 changed files with 12 additions and 5 deletions
|
@ -3,11 +3,9 @@ import "./about.css";
|
|||
function About() {
|
||||
return (
|
||||
<div className="mainbox">
|
||||
<img
|
||||
style={{ height: "200px", position: "relative" }}
|
||||
src="/assets/icons/feather_black.svg"
|
||||
alt="featherIcon"
|
||||
/>
|
||||
<h1 className="about-title color-orange">
|
||||
About<br></br>Feather Feed
|
||||
</h1>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue