Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "wordpress-plugins/real-cookie-banner/src/public/ts/components/config/footer"

Index

Variables

Variables

Const ConfigFooter

ConfigFooter: FC = observer(() => {const {optionStore: { publicUrl }} = useStores();return (<div className="rcb-config-footer">{_i(__("Real Cookie Banner is brought to you with {{icon/}} by"), {icon: <HeartFilled style={{ color: "#dca7a7" }} />})}<a href={__("https://devowl.io/")} target="_blank" rel="noreferrer"><img src={`${publicUrl}images/logos/devowl-with-text.svg`} /></a></div>);})

Generated using TypeDoc