GodUIGodUI
113Follow on X

Store Badge

tsx
import { StoreBadge, StoreBadgeGroup } from "@/components/godui/store-badge";export function Download() {return (  <StoreBadgeGroup>    <StoreBadge store="app-store" href="https://apps.apple.com/app/id6761287549" />    <StoreBadge store="google-play" href="https://play.google.com/store/apps/details?id=lol.hivemind" />  </StoreBadgeGroup>);}