Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Update answer in faq #89

Merged
merged 7 commits into from
Jul 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/about/aboutCard.styles.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ export const Title = styled.h1(({ isSuperTitle }) => [
])

export const Paragraph = styled.p(({ isSuperTitle }) => [
tw`w-full font-[400] leading-[27px] xsm:text-base text-sm xxsm:text-1.5sm 1.3lg:text-lg xsm:tracking-tight`,
tw`w-full font-[400] leading-[27px] xsm:text-base text-sm xxsm:text-1.5sm 1.3lg:text-lg xsm:tracking-tight text-center`,
isSuperTitle ? tw`mt-10 xxsm:mt-16 xsm:mt-20 xsm:mb-10` : tw`xxsm:my-10 mt-10`
])
2 changes: 1 addition & 1 deletion src/components/about/aboutCarouselCard.styles.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ export const Title = styled.h1`
`

export const Paragraph = styled.p`
${tw`font-[400] leading-[27px] xsm:text-base text-sm xxsm:text-1.5sm 1.3lg:text-lg xsm:tracking-tight xxsm:my-10 mt-10`}
${tw`font-[400] leading-[27px] xsm:text-base text-sm xxsm:text-1.5sm 1.3lg:text-lg xsm:tracking-tight xxsm:my-10 mt-10 text-center`}
`
3 changes: 1 addition & 2 deletions src/config/content/faqData/Faqs.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ export default [
{
id: 2,
question: 'When will the registration portal open?',
answer:
'The registration portal is live. Event specific registration will start soon and the Event Brochure will also be shared soon.'
answer: 'The registration portal is live and the event specific registration have started.'
},
{
id: 3,
Expand Down
Loading