Change footer to finos fundation
Browse files
frontend/src/components/Footer/Footer.js
CHANGED
|
@@ -18,7 +18,7 @@ const Footer = () => {
|
|
| 18 |
>
|
| 19 |
<Stack spacing={2}>
|
| 20 |
<Typography variant="body2" color="text.secondary">
|
| 21 |
-
© {currentYear}
|
| 22 |
</Typography>
|
| 23 |
<Stack direction="row" spacing={2} justifyContent="center">
|
| 24 |
<Link
|
|
|
|
| 18 |
>
|
| 19 |
<Stack spacing={2}>
|
| 20 |
<Typography variant="body2" color="text.secondary">
|
| 21 |
+
© {currentYear} Finos Fundation - Open Financial LLM Leaderboard
|
| 22 |
</Typography>
|
| 23 |
<Stack direction="row" spacing={2} justifyContent="center">
|
| 24 |
<Link
|