mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
fix(site): site accessibility rough edges (#1330)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
102dfd2971
commit
ddf5622b2f
@@ -16,7 +16,10 @@ function getGuideUrl(framework: SupportedFramework, slug: string): string {
|
||||
}
|
||||
---
|
||||
|
||||
<nav class="mx-auto grid w-full max-w-3xl grid-cols-1 gap-4 md:grid-cols-2">
|
||||
<nav
|
||||
aria-label="Docs pagination"
|
||||
class="mx-auto grid w-full max-w-3xl grid-cols-1 gap-4 md:grid-cols-2"
|
||||
>
|
||||
{
|
||||
prev ? (
|
||||
<a
|
||||
|
||||
Reference in New Issue
Block a user