Kaynağa Gözat

modify the direction of icon

Yuki Takei 4 yıl önce
ebeveyn
işleme
9febfe0a0e
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      packages/app/src/components/Sidebar.tsx

+ 1 - 1
packages/app/src/components/Sidebar.tsx

@@ -308,7 +308,7 @@ const Sidebar = (props: Props) => {
                 onClick={toggleNavigationBtnClickHandler}
               >
                 <span role="presentation">
-                  <i className="ml-1 fa fa-fw fa-angle-right text-white"></i>
+                  <i className="ml-1 fa fa-fw fa-angle-left text-white"></i>
                 </span>
               </button>
             </div>