We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ef6e68 commit 81855c1Copy full SHA for 81855c1
1 file changed
app/components/Settings.tsx
@@ -5,7 +5,12 @@ import React from 'react';
5
// Need to add flag to turn on/off live data (ideally persist on restart)
6
// Need to add dark mode
7
const Settings: React.FC = () => {
8
- return <div className="home">Hello this is the Settings</div>;
+ return (
9
+ <div className="home">
10
+ <h1>Currently under construction, coming soon!</h1>
11
+ <p>Contact the Chronos Team for anything you'd like to see!</p>
12
+ </div>
13
+ );
14
};
15
16
export default Settings;
0 commit comments