diff --git a/apps/website/src/components/animations/compatability.tsx b/apps/website/src/components/animations/compatability.tsx index 5c8c1c545..ff15fa2a4 100644 --- a/apps/website/src/components/animations/compatability.tsx +++ b/apps/website/src/components/animations/compatability.tsx @@ -1,6 +1,5 @@ import { component$ } from '@builder.io/qwik'; import { Note, NoteStatus } from '../note/note'; // Adjust the import path based on your structure -import { Badge } from '~/components/ui'; export const BrowserAnimationsCompatability = component$(() => { return ( @@ -9,59 +8,14 @@ export const BrowserAnimationsCompatability = component$(() => {

Browser Compatability

- Browser versions that do not support the popover API natively have known issues - when trying to use animations or transitions. If you need to support legacy - versions of browsers, please be sure to test this functionality independently. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
BrowserMinimum Version
Internet Explorer - - N/A - -
Firefox - - 125 - -
Chrome - - 114 - -
Safari - - 17 - -
Edge - - 114 - -
+

+ + Browser versions that do not support the popover API natively + {' '} + have known issues when trying to use animations or transitions. If you need to + support legacy versions of browsers, please be sure to test this functionality + independently. +

);