From 1ec2b97f314c055fd0874de365ef550c881564f1 Mon Sep 17 00:00:00 2001 From: jkoren Date: Sat, 17 Feb 2024 11:43:27 -0500 Subject: [PATCH] adjustments to landing page - hyperlinks added to paths and explanations for clarity --- 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() {
)