Link homepage to Why#cases
This commit is contained in:
		@@ -5,6 +5,7 @@ import { Button } from 'ts/@next/components/button';
 | 
				
			|||||||
import { Icon, InlineIconWrap } from 'ts/@next/components/icon';
 | 
					import { Icon, InlineIconWrap } from 'ts/@next/components/icon';
 | 
				
			||||||
import { Column, FlexWrap, Section } from 'ts/@next/components/newLayout';
 | 
					import { Column, FlexWrap, Section } from 'ts/@next/components/newLayout';
 | 
				
			||||||
import { Paragraph } from 'ts/@next/components/text';
 | 
					import { Paragraph } from 'ts/@next/components/text';
 | 
				
			||||||
 | 
					import { WebsitePaths } from 'ts/types';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
interface FigureProps {
 | 
					interface FigureProps {
 | 
				
			||||||
    value: string;
 | 
					    value: string;
 | 
				
			||||||
@@ -25,7 +26,7 @@ export const SectionLandingAbout = () => (
 | 
				
			|||||||
            instruments to assets that could have never existed before.
 | 
					            instruments to assets that could have never existed before.
 | 
				
			||||||
        </Paragraph>
 | 
					        </Paragraph>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        <Button href="#" isWithArrow={true} isAccentColor={true}>
 | 
					        <Button href={`${WebsitePaths.Why}#cases`} isWithArrow={true} isAccentColor={true}>
 | 
				
			||||||
            Discover how developers use 0x
 | 
					            Discover how developers use 0x
 | 
				
			||||||
        </Button>
 | 
					        </Button>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user