diff --git a/src/pages/shared/components/Icons.tsx b/src/pages/shared/components/Icons.tsx
index a32ee6c1c..fc065c533 100644
--- a/src/pages/shared/components/Icons.tsx
+++ b/src/pages/shared/components/Icons.tsx
@@ -1,3 +1,4 @@
+// biome-ignore-all lint/correctness/useUniqueElementIds: our IDs are unique here
import React from 'react';
export const Spinner = (props: React.SVGProps
) => {