import clsx from "clsx"; import React, { SVGProps } from "react"; export const TopAnnouncement = () => { return (
); }; const Text = () => { return (
OpenPanel Community{" "} edition is out! Give it a spin and tell us what you think Installation instructions
); }; const GlowSmall = (props: SVGProps) => ( ); const GlowBig = (props: SVGProps) => ( );