davidpomerenke commited on
Commit
0044d85
Β·
verified Β·
1 Parent(s): e8341d2

Upload from GitHub Actions: added some transparency to model contribution info

Browse files
Files changed (1) hide show
  1. frontend/src/App.js +3 -1
frontend/src/App.js CHANGED
@@ -130,9 +130,11 @@ function App () {
130
  />
131
 
132
  <Button
133
- label="πŸš€ Add your model"
134
  className="p-button-text"
135
  onClick={() => setContributeVisible(true)}
 
 
136
  style={{
137
  color: '#666',
138
  border: '1px solid #ddd',
 
130
  />
131
 
132
  <Button
133
+ label="πŸš€ Add your model (soon)"
134
  className="p-button-text"
135
  onClick={() => setContributeVisible(true)}
136
+ tooltip="This feature is on our roadmap and will be available soon."
137
+ tooltipOptions={{ position: 'bottom' }}
138
  style={{
139
  color: '#666',
140
  border: '1px solid #ddd',