bigbuffet-rw/app/gabsocial/components/investor_badge.js

8 lines
150 B
JavaScript
Raw Normal View History

2020-03-27 13:59:38 -07:00
import React from 'react';
const InvestorBadge = () => (
<span className='badge badge--investor'>Investor</span>
);
export default InvestorBadge;