diff --git a/client/src/pages/both/homepage/Dashboard.tsx b/client/src/pages/both/homepage/Dashboard.tsx index ec530484..fbb07370 100644 --- a/client/src/pages/both/homepage/Dashboard.tsx +++ b/client/src/pages/both/homepage/Dashboard.tsx @@ -40,12 +40,13 @@ export function Dashboard() { navigate(`/maker/training/${import.meta.env.VITE_STARTING_MODULE_ID}`) } } + const buttonColor = loggedIn ? "primary" : "secondary" const buttonText = !loggedIn ? "New Maker? Click to create an account." : "Click here to learn how to access equipment" return Welcome to the SHED Makerspace -