Web: remove the last bit of the 'Settings' tab

Apparently the header link was still in there.
This commit is contained in:
Sybren A. Stüvel 2022-06-28 17:14:44 +02:00
parent 6efd67b05c
commit 159e003745

View File

@ -9,9 +9,6 @@
<li>
<router-link :to="{ name: 'workers' }">Workers</router-link>
</li>
<li>
<router-link :to="{ name: 'settings' }">Settings</router-link>
</li>
</ul>
</nav>
<api-spinner />