davidpomerenke commited on
Commit
c8949e9
Β·
verified Β·
1 Parent(s): 2d5c7b3

Upload from GitHub Actions: fixed button issue

Browse files
Files changed (1) hide show
  1. frontend/src/App.js +0 -9
frontend/src/App.js CHANGED
@@ -326,15 +326,6 @@ function App () {
326
  >
327
  <span style={{ fontSize: '1.1rem' }}>πŸš€</span>
328
  Add your model/benchmark
329
- <span style={{
330
- fontSize: '0.75rem',
331
- backgroundColor: 'rgba(107, 70, 193, 0.15)',
332
- padding: '0.2rem 0.5rem',
333
- borderRadius: '6px',
334
- marginLeft: '0.5rem',
335
- fontWeight: '600'
336
- }}>
337
- </span>
338
  </button>
339
  </div>
340
 
 
326
  >
327
  <span style={{ fontSize: '1.1rem' }}>πŸš€</span>
328
  Add your model/benchmark
 
 
 
 
 
 
 
 
 
329
  </button>
330
  </div>
331