mirror of
https://github.com/bubblecup-12/VogelSocialMedia.git
synced 2025-07-07 19:18:51 +00:00
change aboutUs to about
This commit is contained in:
parent
b2a2eca347
commit
5d93b6bff3
4 changed files with 16 additions and 14 deletions
15
code/frontend/src/pages/About.tsx
Normal file
15
code/frontend/src/pages/About.tsx
Normal file
|
@ -0,0 +1,15 @@
|
|||
import "./about.css";
|
||||
|
||||
function About() {
|
||||
return (
|
||||
<div className="mainbox">
|
||||
<img
|
||||
style={{ height: "200px", position: "relative" }}
|
||||
src="/assets/icons/feather_black.svg"
|
||||
alt="featherIcon"
|
||||
/>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
export default About;
|
Loading…
Add table
Add a link
Reference in a new issue