This repository has been archived on 2022-10-07. You can view files and clone it, but cannot push or open issues or pull requests.
skynet-webportal/packages/website/src/components/Button/Button.js

9 lines
248 B
JavaScript
Raw Normal View History

2021-03-28 14:46:32 +00:00
export const OutlineButton = () => {
<a
href="https://secure.siasky.net"
className="inline-block border-2 border-palette-600 text-palette-600 px-10 leading-10 rounded-full text-xs uppercase text-center mt-7"
>
Learn more
</a>;
};