mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-01-13 16:37:58 -05:00
Full-stop / period is included in rainbow text
If it is at the end of a sentence e.g. before was **rainbow text**. -> after is **rainbow text.**
This commit is contained in:
@@ -64,9 +64,8 @@ export const Build: React.FC = () => {
|
||||
<Text fontSize={{ base: 'xl', '2xl': '3xl' }}>
|
||||
People are waking up to the{' '}
|
||||
<Text as="strong" className="gradient-text">
|
||||
world-shaping potential of Web3 technologies
|
||||
world-shaping potential of Web3 technologies.
|
||||
</Text>
|
||||
.
|
||||
</Text>
|
||||
|
||||
<Text pt={{ base: 4, md: 8 }}>
|
||||
|
||||
@@ -79,9 +79,8 @@ export const WhyAreWeHere: React.FC = () => {
|
||||
</Text>{' '}
|
||||
into a{' '}
|
||||
<Text as="strong" className="gradient-text">
|
||||
web of opportunity
|
||||
web of opportunity.
|
||||
</Text>
|
||||
.
|
||||
</Text>
|
||||
<Text pb={{ base: '1.188rem', '2xl': '2.188rem' }}>
|
||||
To help you break into this brave new world, avoid traps,{' '}
|
||||
@@ -90,16 +89,14 @@ export const WhyAreWeHere: React.FC = () => {
|
||||
</Text>{' '}
|
||||
&{' '}
|
||||
<Text as="strong" className="gradient-text">
|
||||
make an impact
|
||||
make an impact.
|
||||
</Text>
|
||||
.
|
||||
</Text>
|
||||
<Text pb={{ base: '1.188rem', '2xl': '2.188rem' }}>
|
||||
To build a new kind of socioeconomic system, optimized for{' '}
|
||||
<Text as="strong" className="gradient-text">
|
||||
wellbeing over profit
|
||||
wellbeing over profit.
|
||||
</Text>
|
||||
.
|
||||
</Text>
|
||||
</Box>
|
||||
</Container>
|
||||
|
||||
@@ -68,16 +68,14 @@ export const WildWeb: React.FC = () => {
|
||||
>
|
||||
A new world is being built but it’s{' '}
|
||||
<Text as="strong" className="gradient-text">
|
||||
hard to navigate
|
||||
hard to navigate.
|
||||
</Text>
|
||||
.
|
||||
</Text>
|
||||
<Text pb={{ base: '1.188rem', '2xl': '2.188rem' }}>
|
||||
The resources, building blocks, & tools are all over the place{' '}
|
||||
<Text as="strong" className="gradient-text">
|
||||
but the maps are inexistent
|
||||
but the maps are inexistent.
|
||||
</Text>
|
||||
.
|
||||
</Text>
|
||||
<Text pb={{ base: '1.188rem', '2xl': '2.188rem' }}>
|
||||
There are pitfalls, gold-rushing cowboys & snake oil salesmen at
|
||||
|
||||
Reference in New Issue
Block a user