From f6ba48284db96e8a728e374c19e4dd6b8dc737a2 Mon Sep 17 00:00:00 2001 From: Foster Hangdaan Date: Fri, 4 Aug 2023 22:32:29 -0400 Subject: [PATCH] Removed Deno link from footer No need to mention Deno since Lume is a Deno framework. --- _components/footer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_components/footer.tsx b/_components/footer.tsx index 9e600b5..a01ba58 100644 --- a/_components/footer.tsx +++ b/_components/footer.tsx @@ -30,7 +30,7 @@ export default function({ comp }) {

Copyright © 2023 Foster Hangdaan

-

Made with Deno, Lume, TypeScript and lots of .

+

Made with Lume, TypeScript and lots of .

); }