mirror of
https://github.com/bubblecup-12/VogelSocialMedia.git
synced 2025-07-06 14:58:48 +00:00
change aboutUs to about
This commit is contained in:
parent
19deb7afcb
commit
74cfc6fc64
4 changed files with 16 additions and 14 deletions
|
@ -16,8 +16,7 @@ import {
|
|||
Navigate,
|
||||
} from "react-router-dom";
|
||||
import { Auth } from "./api/Auth";
|
||||
import { NotFound } from "./pages/404Page/NotFoundPage";
|
||||
import AboutUs from "./pages/AboutUs";
|
||||
import AboutUs from "./pages/About";
|
||||
|
||||
function App() {
|
||||
return (
|
||||
|
|
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;
|
|
@ -1,12 +0,0 @@
|
|||
import "./aboutUs.css";
|
||||
|
||||
function AboutUs() {
|
||||
|
||||
return (
|
||||
<div className="mainbox">
|
||||
<img style={{height: "200px", position: "relative"}} src='/assets/icons/feather_black.svg' alt="featherIcon" />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
export default AboutUs;
|
Loading…
Add table
Add a link
Reference in a new issue