From 38f46bf01dde3dc9b606b21dfff75e69a2a7b641 Mon Sep 17 00:00:00 2001 From: freakoverse Date: Fri, 16 Aug 2024 11:18:47 +0000 Subject: [PATCH] link and text changes --- src/components/Banner.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/Banner.tsx b/src/components/Banner.tsx index 15400f0..4fa9710 100644 --- a/src/components/Banner.tsx +++ b/src/components/Banner.tsx @@ -3,14 +3,14 @@ import navStyles from '../styles/nav.module.scss' export const Banner = () => { return (
- - DEG Mods is running a crowd funding campaign. Chip-in or share the link - to help bring the project to life (click me). - + DEG Mods is currently in pre-alpha (Learn more). + Check out its funding campaign (). +
) }