mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Fix missing label
This commit is contained in:
parent
a0beffe401
commit
fdd3a82250
1 changed files with 4 additions and 3 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue