Skip to content

Commit

Permalink
update contact email (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
xJQx authored Mar 25, 2023
1 parent 63271ae commit 782e64e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const ContactInfoSection = () => {
>
Email
</Heading>
<Link color="white">scse-it@e.ntu.edu.sg</Link>
<Link color="white">scse-club@e.ntu.edu.sg</Link>
</GridItem>
<GridItem
p="20px"
Expand Down
3 changes: 2 additions & 1 deletion apps/web/features/contact/components/FaqSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ export const FaqSection = () => {
},
{
question: "Level required?",
answer: "Lorem ipsum.",
answer: "Lorem ipsum, or lipsum as it is sometimes known, is dummy text used in laying out print, graphic or web designs. " +
"The passage is attributed to an unknown typesetter in the 15th century who is thought to have.",
},
{
question: "What is the level required?",
Expand Down

0 comments on commit 782e64e

Please sign in to comment.