--- // Share / copy-link / print row at the end of the guide. Pure enhancement: // the whole row is server-rendered hidden and revealed by script (none of // the three actions can work without JS), and print.css hides .share-row on // paper. The share button additionally stays hidden when the Web Share API // is unsupported. import { useT, type Locale } from '../i18n/config' interface Props { locale: Locale } const { locale } = Astro.props const t = useT(locale) const btn = 'cursor-pointer rounded-dossier border border-rule bg-surface-2 px-3 py-1.5 font-mono text-xs text-ink hover:border-accent' ---