From 798317a103638d30b64cf2038972b90480be71aa Mon Sep 17 00:00:00 2001 From: nikec <43032218+niikeec@users.noreply.github.com> Date: Wed, 11 Oct 2023 12:10:41 +0200 Subject: [PATCH] [ENG-1237] Fix "Add device" tooltip (#1494) fix tooltip --- interface/app/$libraryId/Layout/Sidebar/LibrarySection.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/interface/app/$libraryId/Layout/Sidebar/LibrarySection.tsx b/interface/app/$libraryId/Layout/Sidebar/LibrarySection.tsx index 41cf7de91..a28dd7c66 100644 --- a/interface/app/$libraryId/Layout/Sidebar/LibrarySection.tsx +++ b/interface/app/$libraryId/Layout/Sidebar/LibrarySection.tsx @@ -1,5 +1,5 @@ import { EjectSimple } from '@phosphor-icons/react'; -import { Laptop, Mobile, Server } from '@sd/assets/icons'; +import { Laptop } from '@sd/assets/icons'; import clsx from 'clsx'; import { useEffect, useState } from 'react'; import { Link, NavLink } from 'react-router-dom'; @@ -97,7 +97,6 @@ export const LibrarySection = () => { )}