فهرست منبع

add button class

ryoji-s 3 سال پیش
والد
کامیت
e0371a6c39
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      packages/app/src/components/Page/RevisionRenderer.tsx

+ 1 - 1
packages/app/src/components/Page/RevisionRenderer.tsx

@@ -19,7 +19,7 @@ const ErrorFallback: React.FC<FallbackProps> = React.memo(({ error, resetErrorBo
     <div role="alert">
       <p>Something went wrong:</p>
       <pre>{error.message}</pre>
-      <button onClick={resetErrorBoundary}>Reload</button>
+      <button className='btn btn-secondary' onClick={resetErrorBoundary}>Reload</button>
     </div>
   );
 });