Updated a few other things.
This commit is contained in:
parent
b4a0f24127
commit
95ff7584f1
3 changed files with 4 additions and 4 deletions
|
@ -12,8 +12,8 @@ import LinkButton from "@components/LinkButton.astro";
|
||||||
<main id="main-content">
|
<main id="main-content">
|
||||||
<div class="not-found-wrapper">
|
<div class="not-found-wrapper">
|
||||||
<h1 aria-label="404 Not Found">404</h1>
|
<h1 aria-label="404 Not Found">404</h1>
|
||||||
<span aria-hidden="true">¯\_(ツ)_/¯</span>
|
<span aria-hidden="true">It seems like you are lost</span>
|
||||||
<p>Page Not Found</p>
|
<p>Let's get you back home</p>
|
||||||
<LinkButton
|
<LinkButton
|
||||||
href="/"
|
href="/"
|
||||||
className="my-6 underline decoration-dashed underline-offset-8 text-lg"
|
className="my-6 underline decoration-dashed underline-offset-8 text-lg"
|
||||||
|
|
|
@ -3,4 +3,4 @@ layout: ../layouts/AboutLayout.astro
|
||||||
title: "About"
|
title: "About"
|
||||||
---
|
---
|
||||||
|
|
||||||
Hi there I am Toastie a software developer from New Zealand I mostly write Discord bots and some other things, I hope you like what I post here.
|
Hi there we are the developers on the EllieBot discord bot project, I hope you like what I post here.
|
||||||
|
|
|
@ -42,7 +42,7 @@ const socialCount = SOCIALS.filter(social => social.active).length;
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Hi there, it looks like you have stumbled upon my blog,
|
Hi there, it looks like you have stumbled upon our blog,
|
||||||
please go and get something to drink or something to eat
|
please go and get something to drink or something to eat
|
||||||
while you read the contents of this blog.
|
while you read the contents of this blog.
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Reference in a new issue