From 8a7acc4060bc0f8ceb38b92ca8fa685456c9675a Mon Sep 17 00:00:00 2001 From: Hassan El Mghari Date: Sat, 4 Mar 2023 22:45:03 -0500 Subject: [PATCH] added link to my newsletter --- pages/dream.tsx | 9 +++++++++ pages/index.tsx | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/pages/dream.tsx b/pages/dream.tsx index f3162e74..8dd2fc74 100644 --- a/pages/dream.tsx +++ b/pages/dream.tsx @@ -107,6 +107,15 @@ const Home: NextPage = () => {
+ + Subscribe to my newsletter to + learn how I built roomGPT +

Generate your dream room

diff --git a/pages/index.tsx b/pages/index.tsx index 0fba24b3..65af48ca 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -20,7 +20,7 @@ const Home: NextPage = () => { href="https://vercel.fyi/roomGPT" target="_blank" rel="noreferrer" - className="border border-gray-700 rounded-lg py-2 px-4 text-gray-400 text-sm mb-5 transition duration-300 ease-in-out" + className="border border-gray-700 rounded-lg py-2 px-4 text-gray-400 text-sm mb-5 transition duration-300 ease-in-out hover:text-gray-300" > Clone and deploy your own with{" "} Vercel