Removed Deno link from footer

No need to mention Deno since Lume is a Deno framework.
This commit is contained in:
Foster Hangdaan 2023-08-04 22:32:29 -04:00
parent dfbe860b27
commit f6ba48284d
Signed by: foster
GPG key ID: E48D7F49A852F112

View file

@ -30,7 +30,7 @@ export default function({ comp }) {
</a>
</div>
<p>Copyright &copy; 2023 Foster Hangdaan</p>
<p>Made with <a href="https://deno.land/" target="_blank">Deno</a>, <a href="https://lume.land/" target="_blank">Lume</a>, <a href="https://www.typescriptlang.org/" target="_blank">TypeScript</a> and lots of <img src="https://static.fosterhangdaan.com/icons/tabler-icons/latest/svg/heart.svg" className="icon" style={{ filter: "var(--filter-red)" }} title="love"/>.</p>
<p>Made with <a href="https://lume.land/" target="_blank">Lume</a>, <a href="https://www.typescriptlang.org/" target="_blank">TypeScript</a> and lots of <img src="https://static.fosterhangdaan.com/icons/tabler-icons/latest/svg/heart.svg" className="icon" style={{ filter: "var(--filter-red)" }} title="love"/>.</p>
</footer>
);
}