mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -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.
|
||||
</div>
|
||||
|
||||
<LinkButton href="/">
|
||||
Search
|
||||
</LinkButton>
|
||||
<LinkButton
|
||||
href="/"
|
||||
label="Search"
|
||||
/>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue