Skip to content

Commit

Permalink
Merge pull request #77 from linkpoolio/feature/change-faq
Browse files Browse the repository at this point in the history
feat: Change faq
  • Loading branch information
1marcghannam authored Jul 27, 2023
2 parents 7c7b037 + beec154 commit 7758bd7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
10 changes: 0 additions & 10 deletions client/packages/ui/src/components/faq/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,6 @@ import {
} from '@chakra-ui/react'

const faqList = [
{
question: 'What is a Chainlink Raffle?',
answer:
"A Chainlink Raffle is a lottery system built on the blockchain. It uses Chainlink's Verifiable Random Function (VRF) to ensure that the selection of winners is provably fair and transparent."
},
{
question: 'How do I participate in a Chainlink Raffle?',
answer:
"To participate in a Chainlink Raffle, you first need to register or 'sign up' during the sign up period. Once the raffle event is committed on-chain, you become a participant and stand a chance to win prizes when the raffle is settled."
},
{
question: 'How are the winners selected?',
answer:
Expand Down
5 changes: 1 addition & 4 deletions client/packages/ui/src/components/hero/index.tsx
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
import React from 'react'
import { Container, Heading, Text, Divider } from '@chakra-ui/react'
import { Container, Heading, Divider } from '@chakra-ui/react'

export const Hero = () => {
return (
<Container maxW="container.xl" mt="20">
<Heading size="2xl" fontWeight="700" mb="6">
Chainlink Raffles
</Heading>
<Text fontSize="lg" color="brand.gray_70" fontWeight="600">
Fun and Exciting Ways to Support Causes and Win Prizes
</Text>
<Divider orientation="horizontal" mt="16" />
</Container>
)
Expand Down

0 comments on commit 7758bd7

Please sign in to comment.