remove extra space before semicolon in Hero tagline
This commit is contained in:
@@ -52,7 +52,7 @@ export function Hero({ className }: HeroProps) {
|
||||
className="mx-auto md:mx-0 md:ml-auto md:w-[60%] space-y-6 flex flex-col items-start"
|
||||
>
|
||||
<P className="mt-6 max-w-2xl text-lg lg:text-xl tracking-tight text-white/90">
|
||||
At OurWorld, we are building the required ventures, infrastructures and tools to enable an Augmented Collective Intelligence ; creating a sovereign, sustainable, and autonomous future for all.
|
||||
At OurWorld, we are building the required ventures, infrastructures and tools to enable an Augmented Collective Intelligence; creating a sovereign, sustainable, and autonomous future for all.
|
||||
</P>
|
||||
<Button href="/about" variant="outline" color="white" className="mt-4 md:w-auto">
|
||||
Learn More
|
||||
|
||||
Reference in New Issue
Block a user