Add: Note in footer.

This commit is contained in:
Mohamad Damaj 2026-07-18 23:31:41 +03:00
parent d6c6542ad1
commit d2e3804a63

View file

@ -189,7 +189,7 @@ const Index = () => {
{/* Footer */}
<p className="absolute bottom-4 left-1/2 -translate-x-1/2 text-xs text-muted-foreground font-mono z-10">
damaj.tech
damaj.tech is <a href="https://git.damaj.tech/Damaj301damaj/damaj.tech">an open-source project!</a>
</p>
</div>
);