diff options
| author | schererleander <leander@schererleander.de> | 2025-06-04 01:24:36 +0200 |
|---|---|---|
| committer | schererleander <leander@schererleander.de> | 2025-06-04 01:24:36 +0200 |
| commit | 6fb8b3f0c2cbe1c158713f2bf1f3c5e848eaf2c2 (patch) | |
| tree | c20936d42caca075ffd2aa0aa7b84abb9bcde510 /src/components/LinkWithIcon.tsx | |
| parent | f9295a3f3fb36b3fc04e1616c9344fa81a4fa0e3 (diff) | |
add accessible names to buttons and links
Diffstat (limited to 'src/components/LinkWithIcon.tsx')
| -rw-r--r-- | src/components/LinkWithIcon.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/LinkWithIcon.tsx b/src/components/LinkWithIcon.tsx index 0046125..9f3aeb8 100644 --- a/src/components/LinkWithIcon.tsx +++ b/src/components/LinkWithIcon.tsx @@ -22,4 +22,4 @@ export default function LinkWithIcon({ <ExternalLinkIcon /> </a> ); -} +}
\ No newline at end of file |
