UNPKG

@randy.tarampi/jsx

Version:

Some common JSX components for www.randytarampi.ca

12 lines 534 B
import React from "react"; import { CampaignLink } from "../campaign"; export var WebsiteUpDownShield = () => /*#__PURE__*/React.createElement(CampaignLink, { className: "shield", href: "https://www.randytarampi.ca", "aria-label": "Is www.randytarampi.ca up?", name: "Up status" }, /*#__PURE__*/React.createElement("img", { className: "shield__image", src: "https://img.shields.io/website-up-down-green-red/https/www.randytarampi.ca.svg?label=www.randytarampi.ca&style=flat-square" })); export default WebsiteUpDownShield;