diff --git a/packages/website/data/footer.yaml b/packages/website/data/footer.yaml index f647ce9a..32ca866a 100644 --- a/packages/website/data/footer.yaml +++ b/packages/website/data/footer.yaml @@ -40,7 +40,7 @@ href: https://skyapps.hns.siasky.net/ - header: Skynet Webportals links: - - title: Skydrain - href: https://skydrain.net - title: SkyPortal href: https://skyportal.xyz + - title: Skydrain + href: https://skydrain.net diff --git a/packages/website/src/components/NewsHeader/NewsHeader.js b/packages/website/src/components/NewsHeader/NewsHeader.js index 25c5b929..cab80754 100644 --- a/packages/website/src/components/NewsHeader/NewsHeader.js +++ b/packages/website/src/components/NewsHeader/NewsHeader.js @@ -26,16 +26,22 @@ const NewsHeader = () => { if (!latestNews) return null; // no news + // hardcoded news for now + const CURRENT_NEWS_URL = "https://blog.sia.tech/built-to-explore-the-skynet-spring-2021-hackathon-a0cff382bb0c"; + const CURRENT_NEWS_TXT = "Built to Explore: The Skynet Spring 2021 Hackathon"; + return (
-