ui: PineAP rail icon uses the wifi symbol

This commit is contained in:
2026-08-18 22:41:39 -05:00
parent 9ce4f5dc8e
commit 71fcbf1168
2 changed files with 2 additions and 2 deletions
@@ -269,6 +269,6 @@
<script src="js/terminal.js"></script>
<script src="js/pager.js"></script>
<script src="js/views.js?v=20260818-7"></script>
<script src="js/app.js?v=20260818-8"></script>
<script src="js/app.js?v=20260818-9"></script>
</body>
</html>
@@ -29,7 +29,7 @@ const App = (() => {
const railItems = [
{ key: 'dashboard', label: 'Dashboard', hash: '#/dashboard', icon: 'dashboard' },
{ key: 'pineap', label: 'PineAP', hash: '#/pineap', icon: 'pineap' },
{ key: 'pineap', label: 'PineAP', hash: '#/pineap', icon: 'wifi' },
{ key: 'recon', label: 'Recon', hash: '#/recon', icon: 'recon' },
{ key: 'logging', label: 'Logging', hash: '#/logging', icon: 'logging' },
{ key: 'modules', label: 'Payloads', hash: '#/modules', icon: 'modules' },