Fix missing label

This commit is contained in:
Sam Carlton 2022-07-31 10:32:28 -05:00
parent a0beffe401
commit fdd3a82250

View file

@ -55,9 +55,10 @@ Astro.response.statusText = 'Not found'
Perhaps the archives are incomplete, the page moved, or was deleted. Perhaps the archives are incomplete, the page moved, or was deleted.
</div> </div>
<LinkButton href="/"> <LinkButton
Search href="/"
</LinkButton> label="Search"
/>
</div> </div>
</section> </section>