Some corrections with types and undeleted file
All checks were successful
Build and Deploy to Web Server / deploy (push) Successful in 18m1s
All checks were successful
Build and Deploy to Web Server / deploy (push) Successful in 18m1s
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
import { Icon } from "astro-icon/components";
|
||||
|
||||
import { socials } from "@assets/socials.ts";
|
||||
import Link from "@components/Link.astro";
|
||||
import TextLink from "@components/TextLink.astro";
|
||||
---
|
||||
|
||||
<footer
|
||||
@@ -40,17 +40,17 @@ import Link from "@components/Link.astro";
|
||||
>
|
||||
<p class="col-span-1 p-2 text-xs italic">
|
||||
I support and believe in the values of open source software and
|
||||
communities. This website is made from scratch using the <Link
|
||||
href="https://astro.build/">Astro framework</Link
|
||||
communities. This website is made from scratch using the <TextLink
|
||||
href="https://astro.build/">Astro framework</TextLink
|
||||
>
|
||||
and with <Link href="https://tailwindcss.com/">Tailwind CSS</Link>. The
|
||||
full source code is available on my self-hosted <Link
|
||||
and with <TextLink href="https://tailwindcss.com/">Tailwind CSS</TextLink
|
||||
>. The full source code is available on my self-hosted <TextLink
|
||||
href="https://git.nathancummins.com.au/encie22/portfolio"
|
||||
>
|
||||
Gitea repository</Link
|
||||
Gitea repository</TextLink
|
||||
>. My website is hosted on my own self-hosted server environment. Find out
|
||||
more at <Link href="https://nathancummins.domains"
|
||||
>Nathan Cummins Domains</Link
|
||||
more at <TextLink href="https://nathancummins.domains"
|
||||
>Nathan Cummins Domains</TextLink
|
||||
>.
|
||||
</p>
|
||||
<p class="col-span-1 p-2 text-xs italic">
|
||||
|
Reference in New Issue
Block a user