UNPKG

@randy.tarampi/jsx

Version:

Some common JSX components for www.randytarampi.ca

12 lines 493 B
import React from "react"; import { CampaignLink } from "../campaign"; export var UptimeRobotShield = () => /*#__PURE__*/React.createElement(CampaignLink, { className: "shield", href: "https://uptime.randytarampi.ca", "aria-label": "Uptime status", name: "Uptime" }, /*#__PURE__*/React.createElement("img", { className: "shield__image", src: "https://img.shields.io/uptimerobot/ratio/m780949566-9b1b7cc0bdd3be425a9e6ac8.svg?style=flat-square" })); export default UptimeRobotShield;