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
285 B
JavaScript
Raw Normal View History

2021-03-28 14:46:32 +00:00
export const OutlineButton = () => {
<a
2021-03-31 12:47:35 +00:00
href="https://support.siasky.net/the-technology/developing-on-skynet"
2021-03-28 14:46:32 +00:00
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>;
};