1
0
mirror of https://github.com/billz/raspap-webgui.git synced 2025-07-09 13:17:40 +02:00

Update hotspot icon > fa-bullseye

This commit is contained in:
billz 2025-03-15 16:00:27 -07:00
parent 2474765820
commit fbcf9809c5
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ class Sidebar {
public function __construct() {
// Load default sidebar items
$this->addItem(_('Dashboard'), 'fa-solid fa-gauge-high', 'wlan0_info', 10);
$this->addItem(_('Hotspot'), 'far fa-dot-circle', 'hostapd_conf', 20,
$this->addItem(_('Hotspot'), 'fas fa-bullseye', 'hostapd_conf', 20,
fn() => RASPI_HOTSPOT_ENABLED
);
$this->addItem(_('DHCP Server'), 'fas fa-exchange-alt', 'dhcpd_conf', 30,

View File

@ -36,7 +36,7 @@
<div class="card-header">
<div class="row">
<div class="col">
<i class="far fa-dot-circle me-2"></i><?php echo _("Hotspot"); ?>
<i class="fas fa-bullseye me-2"></i><?php echo _("Hotspot"); ?>
</div>
<div class="col">
<button class="btn btn-light btn-icon-split btn-sm service-status float-end">