import React from 'react'; import styles from './GithubShields.less' // source = [ // { // href: 'https://github.com/jaywcjlove/hotkeys/network', // img: 'https://img.shields.io/github/forks/jaywcjlove/hotkeys.svg?style=social' // }, // ] export default function GithubShields({ source }) { return (
{source.map((item, idx) => ( ))}
); }