Upload from GitHub Actions: added some transparency to model contribution info
Browse files- 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',
|