Change Wording

This commit is contained in:
Matt DiMeglio 2025-05-27 14:20:57 -04:00
parent d4c275b409
commit 08c9ce345b

View file

@ -88,7 +88,7 @@ export const Settings = () => {
</div> </div>
) : ( ) : (
<div> <div>
<h1>Settings Page - Organization</h1> <h1>Settings Page - Department</h1>
<Link to="/">Go to Home</Link> <Link to="/">Go to Home</Link>
</div> </div>
)} )}