UNPKG

@randy.tarampi/jsx

Version:

Some common JSX components for www.randytarampi.ca

12 lines 486 B
import React from "react"; import { CampaignLink } from "../campaign"; export var CoverallsShield = () => /*#__PURE__*/React.createElement(CampaignLink, { className: "shield", href: "https://coveralls.io/github/randytarampi/me", "aria-label": "Coveralls score", name: "Coveralls" }, /*#__PURE__*/React.createElement("img", { className: "shield__image", src: "https://img.shields.io/coveralls/github/randytarampi/me.svg?style=flat-square" })); export default CoverallsShield;