From 4aa046a299b04339864f19c5545c1b9a71f164c6 Mon Sep 17 00:00:00 2001
From: jumagu
Date: Tue, 31 Dec 2024 10:48:19 -0500
Subject: [PATCH] fix: update landing page button links based on user
authentication
---
src/templates/landing/hero.html | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/src/templates/landing/hero.html b/src/templates/landing/hero.html
index 1004b0d..6fed865 100644
--- a/src/templates/landing/hero.html
+++ b/src/templates/landing/hero.html
@@ -11,13 +11,15 @@
excepturi exercitationem quasi. In deleniti eaque aut repudiandae et a
id nisi.
-
- {% if request.user.is_authenticated %}
+ {% if request.user.is_authenticated %}
+
Go to Dashboard
- {% else %}
+
+ {% else %}
+
Get Started
- {% endif %}
-
+
+ {% endif %}