mirror of
https://github.com/DerTyp7/dertyp7.github.io.git
synced 2025-10-29 12:52:08 +01:00
Remove duplicate "Website under construction" message
This commit is contained in:
@@ -6,9 +6,6 @@ import ScrollToTop from "@components/ScrollToTop";
|
||||
export default function App() {
|
||||
return (
|
||||
<div id="app">
|
||||
<div style={{ textAlign: "center" }}>
|
||||
<h4>Website under construction 🚧👷</h4>
|
||||
</div>
|
||||
<Header />
|
||||
<About />
|
||||
<div id="skills">
|
||||
@@ -19,6 +16,9 @@ export default function App() {
|
||||
<a href="#projects">Projects</a>
|
||||
</h4>
|
||||
</div>
|
||||
<div style={{ textAlign: "center" }}>
|
||||
<h4>Website under construction 🚧👷</h4>
|
||||
</div>
|
||||
<ScrollToTop />
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user