We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0853769 + 6b027d4 commit ba05d1dCopy full SHA for ba05d1d
1 file changed
src/app/generate/GeneratePageClient.tsx
@@ -84,7 +84,7 @@ export default function GeneratePageClient({ repoSlug }: GeneratePageProps) {
84
onGenerate={handleGenerate}
85
isLoading={isLoading}
86
initialValue={repoSlug ? `https://github.com/${repoSlug}` : ""}
87
- aria-label="Enter GitHub repository URL to generate README"
+ ariaLabel="Enter GitHub repository URL to generate README"
88
/>
89
<MarkdownPreview content={markdown} />
90
</main>
0 commit comments