Explorar o código

style sidebar

AykutSarac %!s(int64=3) %!d(string=hai) anos
pai
achega
d8c88c70c3
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      src/components/Sidebar/index.tsx

+ 3 - 3
src/components/Sidebar/index.tsx

@@ -121,17 +121,17 @@ export const Sidebar = () => {
             </a>
           </Link>
         </StyledElement>
-        <StyledElement>
+        <StyledElement title="Home">
           <Link href="/">
             <a>
               <AiFillHome />
             </a>
           </Link>
         </StyledElement>
-        <StyledElement as="a" onClick={handleClear}>
+        <StyledElement as="a" onClick={handleClear} title="Clear JSON">
           <AiOutlineClear />
         </StyledElement>
-        <StyledElement>
+        <StyledElement title="Import JSON File">
           <a>
             <StyledImportFile>
               <input