change aboutUs to about

This commit is contained in:
Niklas 2025-06-27 15:28:43 +02:00
parent 873fb28045
commit e7fd86d04c
4 changed files with 16 additions and 14 deletions

View 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;