import clsx from "clsx"; import React, { SVGProps } from "react"; export const TopAnnouncement = () => { return (
); }; const Text = () => { return (
OpenPanel now supports all major RHEL distributions: AlmaLinux, Fedora, RockyLinux and CentOS Learn More
); }; const GlowSmall = (props: SVGProps) => ( ); const GlowBig = (props: SVGProps) => ( );