= ({
fill="#5FA04E"
/>
- {variant === 'pride' ? (
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- ) : (
- <>
-
-
-
- >
- )}
+
+
+
- {variant === 'pride' ? (
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- ) : (
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- )}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
);
};
diff --git a/packages/ui-components/__design__/node-logos.stories.tsx b/packages/ui-components/__design__/node-logos.stories.tsx
index 543538c03f6cc..29c9224b0dc65 100644
--- a/packages/ui-components/__design__/node-logos.stories.tsx
+++ b/packages/ui-components/__design__/node-logos.stories.tsx
@@ -14,10 +14,6 @@ export const HorizontalLogo: StoryObj = {
render: () => ,
};
-export const PrideLogo: StoryObj = {
- render: () => ,
-};
-
export const StackedLogos: StoryObj = {
render: () => (
diff --git a/packages/ui-components/types.ts b/packages/ui-components/types.ts
index 86088827f76e8..2e1a5859ca350 100644
--- a/packages/ui-components/types.ts
+++ b/packages/ui-components/types.ts
@@ -6,7 +6,7 @@ import type {
ReactNode,
} from 'react';
-export type LogoVariant = 'default' | 'pride';
+export type LogoVariant = 'default';
export type TailwindSVG = SVGProps & { tw?: string };
export type BlogPreviewType = 'announcements' | 'release' | 'vulnerability';
export type LinkLike =