diff --git a/src/components/bar/modules/bluetooth/index.tsx b/src/components/bar/modules/bluetooth/index.tsx index 473bddc..7f55d80 100644 --- a/src/components/bar/modules/bluetooth/index.tsx +++ b/src/components/bar/modules/bluetooth/index.tsx @@ -11,11 +11,11 @@ import { Astal } from 'astal/gtk3'; const { rightClick, middleClick, scrollDown, scrollUp } = options.bar.bluetooth; const Bluetooth = (): BarBoxChild => { - const btIcon = (isPowered: boolean): JSX.Element => ( + const BluetoothIcon = ({ isPowered }: BluetoothIconProps): JSX.Element => (