Skip to content

Commit 9568009

Browse files
authored
Update archived message in NavBar component
1 parent e9458c6 commit 9568009

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/home/NavBar.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export default class NavBar extends Component {
3737
return (
3838
<nav className={styles.navbar}>
3939
{this.state.isOn ?
40-
<p className={styles.importantNote} ><span>Orbiton JS Archived. It was just a hobby project. Not recommended for production use</span><button>x</button></p> : ""}
40+
<p className={styles.importantNote} ><span>Orbiton JS is archived and nolonger in active development and therefore is not recommended for production use</span><button>x</button></p> : ""}
4141
<DesktopNavBar toggleTheme={this.props.toggleTheme} />
4242
</nav>
4343
)

0 commit comments

Comments
 (0)