Update frontend/src/pages/QuotePage/QuotePage.js
Browse files
frontend/src/pages/QuotePage/QuotePage.js
CHANGED
|
@@ -220,7 +220,7 @@ function QuotePage() {
|
|
| 220 |
<Box sx={{ width: "100%", maxWidth: 1200, margin: "0 auto", padding: 4 }}>
|
| 221 |
<PageHeader
|
| 222 |
title="Citation Information"
|
| 223 |
-
subtitle="How to cite the Open
|
| 224 |
/>
|
| 225 |
|
| 226 |
<Alert severity="info" sx={{ mb: 4 }}>
|
|
|
|
| 220 |
<Box sx={{ width: "100%", maxWidth: 1200, margin: "0 auto", padding: 4 }}>
|
| 221 |
<PageHeader
|
| 222 |
title="Citation Information"
|
| 223 |
+
subtitle="How to cite the Open Medical LLM Leaderboard in your work"
|
| 224 |
/>
|
| 225 |
|
| 226 |
<Alert severity="info" sx={{ mb: 4 }}>
|