Skip to content

Commit ba05d1d

Browse files
authored
Merge pull request #110 from BeyteFlow/copilot/add-accessible-label-language-selector
fix: accessible label for language selector and input aria prop mismatch
2 parents 0853769 + 6b027d4 commit ba05d1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/generate/GeneratePageClient.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export default function GeneratePageClient({ repoSlug }: GeneratePageProps) {
8484
onGenerate={handleGenerate}
8585
isLoading={isLoading}
8686
initialValue={repoSlug ? `https://github.com/${repoSlug}` : ""}
87-
aria-label="Enter GitHub repository URL to generate README"
87+
ariaLabel="Enter GitHub repository URL to generate README"
8888
/>
8989
<MarkdownPreview content={markdown} />
9090
</main>

0 commit comments

Comments
 (0)