Skip to content

Commit 8d743e8

Browse files
authored
Update icons.rs to use f00b1 for BluetoothConnected
1 parent f1292aa commit 8d743e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/icons.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ impl Icon for StaticIcon {
155155
StaticIcon::Ethernet => "\u{f0200}",
156156
StaticIcon::Vpn => "\u{f0582}",
157157
StaticIcon::Bluetooth => "\u{f00af}",
158-
StaticIcon::BluetoothConnected => "\u{f293}",
158+
StaticIcon::BluetoothConnected => "\u{f00b1}",
159159
StaticIcon::PowerSaver => "\u{f0f86}",
160160
StaticIcon::Balanced => "\u{f0f85}",
161161
StaticIcon::Performance => "\u{f04c5}",

0 commit comments

Comments
 (0)