Files
Luncher/client/src/components/Footer.tsx
T
2026-02-03 10:37:27 +01:00

13 lines
356 B
TypeScript

export default function Footer() {
return (
<footer className="footer">
<span>
Zdroj. kódy dostupné na{' '}
<a href="https://gitea.melancholik.eu/mates/Luncher" target="_blank" rel="noopener noreferrer">
Gitea
</a>
</span>
</footer>
);
}