소스 검색

style sidebar

AykutSarac 3 년 전
부모
커밋
d8c88c70c3
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  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