mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-15 19:13:31 +01:00
fix(website): accessibility
This commit is contained in:
@@ -30,7 +30,12 @@ export function MethodItem({ data }: MethodItemProps) {
|
||||
return (
|
||||
<div className="flex flex-col">
|
||||
<div className="flex">
|
||||
<button className="bg-transparent border-none cursor-pointer dark:text-white" onClick={onAnchorClick}>
|
||||
<button
|
||||
type="button"
|
||||
className="bg-transparent border-none cursor-pointer dark:text-white"
|
||||
title="Anchor"
|
||||
onClick={onAnchorClick}
|
||||
>
|
||||
<FiLink size={16} />
|
||||
</button>
|
||||
<div className="flex flex-col">
|
||||
|
||||
Reference in New Issue
Block a user