Add Settings link to the navigation bar
The /settings route existed but had no nav entry, leaving the Etsy integration and data management UI unreachable by clicking. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
4759db4c5b
commit
64aae6adf7
1 changed files with 1 additions and 0 deletions
|
|
@ -71,6 +71,7 @@ const Layout: React.FC = () => {
|
||||||
{navLink('/orders', 'Orders')}
|
{navLink('/orders', 'Orders')}
|
||||||
{navLink('/expenses', 'Expenses')}
|
{navLink('/expenses', 'Expenses')}
|
||||||
{navLink('/data-import', 'Data Import')}
|
{navLink('/data-import', 'Data Import')}
|
||||||
|
{navLink('/settings', 'Settings')}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className="flex items-center gap-4">
|
<div className="flex items-center gap-4">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue