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 (). +
) }