We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5499aa8 commit da18afaCopy full SHA for da18afa
1 file changed
src/layouts/LandingPageLayout.res
@@ -220,6 +220,7 @@ module QuickInstall = {
220
disabled={state === Copied}
221
className="relative h-10 w-10 flex justify-center items-center "
222
onClick
223
+ ariaLabel={"Copy " ++ code ++ " command"}
224
>
225
<Icon.Copy className="w-6 h-6 mt-px text-gray-40 hover:cursor-pointer hover:text-gray-80" />
226
</button>
0 commit comments