import React from "react"; import { Box, Typography, Link } from "@mui/material"; const Footer = () => { return ( © 2025 Miðeind - Icelandic LLM Leaderboard - Forked from Open LLM Leaderboard 🤗 by the HF team -{" "} huggingface.co ); }; export default Footer;