Skip to content

Commit e40f22a

Browse files
cursoragenttedspare
andcommitted
fix: remove title text from apple-icon favicon
The SVG title element was rendering as visible text in the favicon. Removed it and added biome-ignore comment for accessibility lint rule. Co-authored-by: Ted Spare <ted.spare@gmail.com>
1 parent 5fd5273 commit e40f22a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/apple-icon.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ export const size = {
1010

1111
export default async function Icon() {
1212
return new ImageResponse(
13+
// biome-ignore lint/a11y/noSvgWithoutTitle: renders visually
1314
<svg width="32" height="32" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
14-
<title>Rubric Icon</title>
1515
<rect width="64" height="64" fill="black" />
1616
<path
1717
d="M12.7998 12.7998H25.5998V25.5998H38.3998V38.3998H25.5998V51.1998H12.7998V12.7998Z"

0 commit comments

Comments
 (0)