UNPKG

@churchapps/apphelper

Version:

Library of helper functions for React and NextJS ChurchApps

5 lines 402 B
"use client"; import { jsx as _jsx } from "react/jsx-runtime"; import { SmallButton } from "./SmallButton"; export const HelpIcon = (props) => (_jsx("span", { style: { float: "right", color: "#1976d2" }, children: _jsx(SmallButton, { icon: "help", "aria-label": "help", onClick: () => window.open("https://support.churchapps.org/" + props.article, "_blank") }) })); //# sourceMappingURL=HelpIcon.js.map