UNPKG

@randy.tarampi/jsx

Version:

Some common JSX components for www.randytarampi.ca

12 lines 462 B
import React from "react"; import { CampaignLink } from "../campaign"; export var TravisShield = () => /*#__PURE__*/React.createElement(CampaignLink, { className: "shield", href: "https://travis-ci.com/randytarampi/me", "aria-label": "Travis build", name: "Travis" }, /*#__PURE__*/React.createElement("img", { className: "shield__image", src: "https://img.shields.io/travis/com/randytarampi/me.svg?style=flat-square" })); export default TravisShield;