Merge branch 'main' of github.com:teaxyz/gui

This commit is contained in:
neil 2022-12-18 06:54:13 +08:00
commit 5e51508d8c

View file

@ -13,7 +13,7 @@
<ArticleCard <ArticleCard
content={{ content={{
title: 'installing tea', title: 'installing tea',
copy: 'Lorem ipsum dolor sit amet consectetur adipisicing elit. Voluptas, voluptatum molestiae esse quisquam earum debitis.', copy: "It's time to take your first sip! Click below to visit our tea-cli documentation page.",
img_url: '/images/bored-ape.png', img_url: '/images/bored-ape.png',
cta_label: 'Get Started', cta_label: 'Get Started',
link: '/cli' link: '/cli'
@ -24,7 +24,7 @@
<ArticleCard <ArticleCard
content={{ content={{
title: 'authenticating', title: 'authenticating',
copy: 'Lorem ipsum dolor sit amet consectetur adipisicing elit. Voluptas, voluptatum molestiae esse quisquam earum debitis.', copy: 'Using tea without authenticating is like playing a video game without the DLC. Join us today!',
img_url: '/images/bored-ape.png', img_url: '/images/bored-ape.png',
cta_label: 'Get Started', cta_label: 'Get Started',
link: '' link: ''
@ -36,7 +36,7 @@
<ArticleCard <ArticleCard
content={{ content={{
title: 'give us a star', title: 'give us a star',
copy: 'Lorem ipsum dolor sit amet consectetur adipisicing elit. Voluptas, voluptatum molestiae esse quisquam earum debitis.', copy: 'Revolutions are built on the will of the people. Show your support for a more equitable internet.',
img_url: '/images/bored-ape.png', img_url: '/images/bored-ape.png',
cta_label: 'Get Started' cta_label: 'Get Started'
}} }}