Skip to content

Commit

Permalink
Feature: Added a temporary site
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianberge committed Apr 19, 2024
1 parent 47065d5 commit 4dedd56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import "./App.css";
function App() {
return (
<div className="App">
<h1>To be updated soon</h1>
<h1>Under construction</h1>
</div>
);
}
Expand Down

0 comments on commit 4dedd56

Please sign in to comment.