From e350961107880726e7289b50e45aae5c6bd2c538 Mon Sep 17 00:00:00 2001 From: Colin McDonnell Date: Wed, 11 Nov 2020 10:46:21 -0500 Subject: [PATCH] Updated sponsors --- FUNDING.yml | 2 +- pages/index.tsx | 4 +++- public/rss.xml | 2 +- styles/base.css | 4 ++++ 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/FUNDING.yml b/FUNDING.yml index 78bb83d..68903bd 100644 --- a/FUNDING.yml +++ b/FUNDING.yml @@ -1 +1 @@ -# github: vriad \ No newline at end of file +github: colinhacks \ No newline at end of file diff --git a/pages/index.tsx b/pages/index.tsx index b99f46f..787cb23 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -84,7 +84,9 @@ const Home = (props: {

Get started

- + + +
); diff --git a/public/rss.xml b/public/rss.xml index 1e5497b..e09a989 100644 --- a/public/rss.xml +++ b/public/rss.xml @@ -1,4 +1,4 @@ -<![CDATA[My Awesome Blog]]>https://alyssaphacker.comhttps://alyssaphacker.com/icon.pngMy Awesome Bloghttps://alyssaphacker.comRSS for NodeSat, 31 Oct 2020 19:19:33 GMTTue, 03 Mar 2020 04:00:00 GMT60<![CDATA[Dan Abramov knows about Devii]]>Dan Abramov knows about Devii!

+<![CDATA[My Awesome Blog]]>https://alyssaphacker.comhttps://alyssaphacker.com/icon.pngMy Awesome Bloghttps://alyssaphacker.comRSS for NodeSun, 01 Nov 2020 23:18:44 GMTTue, 03 Mar 2020 04:00:00 GMT60<![CDATA[Dan Abramov knows about Devii]]>Dan Abramov knows about Devii!

Seems like it might be useful! — Dan Abramov, taken entirely out of context

diff --git a/styles/base.css b/styles/base.css index 9f7404a..b876ce9 100644 --- a/styles/base.css +++ b/styles/base.css @@ -210,6 +210,10 @@ hr { color: white; font-size: 14pt; padding: 10px 30px; + cursor: pointer; +} +.fork-button:hover { + background-color: mediumturquoise; } .author-container {