@randy.tarampi/jsx
Version:
Some common JSX components for www.randytarampi.ca
12 lines • 537 B
JavaScript
import React from "react";
import { CampaignLink } from "../campaign";
export var CodeClimateShield = () => /*#__PURE__*/React.createElement(CampaignLink, {
className: "shield",
href: "https://codeclimate.com/github/randytarampi/me/maintainability",
"aria-label": "Code Climate score",
name: "Code Climate"
}, /*#__PURE__*/React.createElement("img", {
className: "shield__image",
src: "https://img.shields.io/codeclimate/maintainability-percentage/randytarampi/me.svg?style=flat-square"
}));
export default CodeClimateShield;