Skip to content

Commit 81855c1

Browse files
committed
Add blurb in settings while under construction
1 parent 9ef6e68 commit 81855c1

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

app/components/Settings.tsx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ import React from 'react';
55
// Need to add flag to turn on/off live data (ideally persist on restart)
66
// Need to add dark mode
77
const Settings: React.FC = () => {
8-
return <div className="home">Hello this is the Settings</div>;
8+
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+
);
914
};
1015

1116
export default Settings;

0 commit comments

Comments
 (0)