--- import ExternalLink from "./ExternalLink.astro" import * as m from "@/paraglide/messages" import Gitea from "../icons/Gitea.astro" interface Props { href: string } const { href } = Astro.props ---
{m.sourceCode()}