import React from 'react';

const ProBadge = () => (
  <span className='badge badge--pro'>Pro</span>
);

export default ProBadge;