Explorar o código

modify the direction of icon

Yuki Takei %!s(int64=4) %!d(string=hai) anos
pai
achega
9febfe0a0e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>