From 1e0efce0737803c34822ef78796b405b05c66ff0 Mon Sep 17 00:00:00 2001 From: Jeff Korenstein <67333843+jkoren@users.noreply.github.com> Date: Sun, 18 Feb 2024 20:50:26 -0500 Subject: [PATCH] adjustments to landing page - hyperlinks added to paths and explanations for clarity (#148) --- heat-stack/app/routes/_heat+/index.tsx | 44 +++++++++++++++++++++++--- 1 file changed, 39 insertions(+), 5 deletions(-) diff --git a/heat-stack/app/routes/_heat+/index.tsx b/heat-stack/app/routes/_heat+/index.tsx index af1bab5d..542edb75 100644 --- a/heat-stack/app/routes/_heat+/index.tsx +++ b/heat-stack/app/routes/_heat+/index.tsx @@ -1,3 +1,6 @@ +import React from 'react' +import { Link } from 'react-router-dom' + export default function Home() { return (
@@ -8,11 +11,42 @@ export default function Home() {
)