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.
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>;
|
|
|
|
};
|