Skip to content

Commit 7b1962f

Browse files
Lisofffaalsakhaev
authored andcommitted
fix: replace text to manifest
fix: repalced labels
1 parent f4a7672 commit 7b1962f

File tree

4 files changed

+14
-10
lines changed

4 files changed

+14
-10
lines changed

website/src/components/Header/Header.module.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@
5252
.mvmButton {
5353
height: 2.125rem !important;
5454
width: 5.25rem;
55+
56+
a,button {
57+
text-transform: uppercase;
58+
}
5559
}
5660

5761
.burger {

website/src/components/Header/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ export const Header: FC<HeaderProps> = ({ setModalOpen }) => {
169169
<Button
170170
onClick={() => setModalOpen(true)}
171171
classNames={styles.mvmButton}
172-
text='MWM'
172+
text='manifest'
173173
isPrimary
174174
/>
175175

website/src/components/HomePage/HeroSection.tsx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@ const HeroSection = () => {
4141
trigger: buttonsContainerRef.current,
4242
start: 'top 30%',
4343
end: 'top 70%',
44-
onLeave: () => gsap.to(buttons, {
45-
opacity: 0,
46-
y: 40,
44+
onLeave: () => gsap.to(buttons, {
45+
opacity: 0,
46+
y: 40,
4747
duration: 0.6,
48-
ease: 'power2.in'
48+
ease: 'power2.in'
4949
}),
5050
onEnterBack: () => tl.restart(true),
51-
51+
5252
});
5353

5454
buttons.forEach((button, index) => {
@@ -105,8 +105,8 @@ const HeroSection = () => {
105105
alt='arrow'
106106
src='icons/home/bg-title.svg'
107107
/>
108-
<ThemeImage
109-
className={cn(styles.img,styles['img--mobile'])}
108+
<ThemeImage
109+
className={cn(styles.img, styles['img--mobile'])}
110110
width={1185}
111111
height={761}
112112
alt='arrow'

website/src/constants/constantsText.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ export const Examples = [
5151
{
5252
title:'YouSure',
5353
description:'YouShure\u00A0- embeds seamlessly prediction markets into social networks so\u00A0that every statement posted can be\u00A0challenged with a\u00A0bet for money or\u00A0reputation. It\u00A0promotes responsible communication so\u00A0that bullshit posters lose either reputation or\u00A0money, or\u00A0both.',
54-
labelTop:{
54+
labelBottom:{
5555
label:'Captures user context',
5656
subLabel:'on the fly'
5757
},
58-
labelBottom:{
58+
labelTop:{
5959
label:'Embeds agentic output',
6060
subLabel:'on the fly'
6161
}

0 commit comments

Comments
 (0)