8000 docs: hide SVGs · psy-repos-typescript/floating-ui@4f41867 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4f41867

Browse files
committed
docs: hide SVGs
1 parent 6b43484 commit 4f41867

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/pages/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ function HomePage({sponsors}) {
9797
className={cn('relative z-10 mx-auto', {
9898
'animate-float': animate,
9999
})}
100-
aria-label="Floating UI logo (a cute smiling red balloon)"
100+
aria-hidden
101101
>
102102
<path
103103
d="M142 348.5C141 361.167 141.6 390.3 152 405.5C165 424.5 178 456.5 181 464.5"
@@ -269,7 +269,7 @@ function HomePage({sponsors}) {
269269
height={24 * 3}
270270
viewBox="0 0 17 24"
271271
fill="currentcolor"
272-
aria-label="Base UI"
272+
aria-hidden
273273
>
274274
<path d="M9.5001 7.01537C9.2245 6.99837 9 7.22385 9 7.49999V23C13.4183 23 17 19.4183 17 15C17 10.7497 13.6854 7.27351 9.5001 7.01537Z"></path>
275275
<path d="M8 9.8V12V23C3.58172 23 0 19.0601 0 14.2V12V1C4.41828 1 8 4.93989 8 9.8Z"></path>

0 commit comments

Comments
 (0)
0