فهرست منبع

added a update button

kaori 4 سال پیش
والد
کامیت
f3afbb4187
1فایلهای تغییر یافته به همراه8 افزوده شده و 0 حذف شده
  1. 8 0
      packages/app/src/components/Me/EditorSettings.tsx

+ 8 - 0
packages/app/src/components/Me/EditorSettings.tsx

@@ -257,6 +257,14 @@ export const EditorSettings: FC<Props> = () => {
             </label>
           </div>
 
+          <div className="row my-3">
+            <div className="offset-4 col-5">
+              <button type="button" className="btn btn-primary">
+                {t('Update')}
+              </button>
+            </div>
+          </div>
+
         </div>
       </div>
     </>