Ver Fonte

update button class name

ryoji-s há 3 anos atrás
pai
commit
b070a31f67
1 ficheiros alterados com 1 adições e 1 exclusões
  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">
     <div role="alert">
       <p>Something went wrong:</p>
       <p>Something went wrong:</p>
       <pre>{error.message}</pre>
       <pre>{error.message}</pre>
-      <button className='btn btn-secondary' onClick={resetErrorBoundary}>Reload</button>
+      <button className='btn btn-primary' onClick={resetErrorBoundary}>Reload</button>
     </div>
     </div>
   );
   );
 });
 });