Skip to content

Commit

Permalink
changed SCSE to SCDS on frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
ykIsCoding committed Dec 7, 2024
1 parent 94a08d2 commit 2a55f5c
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion apps/web/__tests__/__snapshots__/index.snapshot.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ exports[`renders homepage unchanged 1`] = `
class="chakra-text css-1t21msl"
role="heading"
>
NTU SCSE Club
NTU SCDS Club
</header>
</a>
</div>
Expand Down
4 changes: 2 additions & 2 deletions apps/web/features/contact/components/FaqSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const FaqSection = () => {
{
question: "Who should I contact for admission-related enquiries?",
answer:
"The email above is for Students' Computer Science & Engineering Club. " +
"The email above is for NTU Students’ Computing and Data Science Club. " +
"For admission-related enquiries, you can contact the NTU administrative offices using the form at https://www.ntu.edu.sg/forms/enquiry-form.",
},
{
Expand All @@ -22,7 +22,7 @@ export const FaqSection = () => {
"Please send an email to scse-it@e.ntu.edu.sg with information of the vulnerability.",
},
{
question: "Who should I contact for other questions related to the SCSE Club?",
question: "Who should I contact for other questions related to the SCDS Club?",
answer:
"Please send an email to scse-club@e.ntu.edu.sg. We will try our best to forward you to the relevant person.",
},
Expand Down
4 changes: 2 additions & 2 deletions apps/web/features/home/api/memoriesData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ export let memoriesData: HomeMemoriesCarouselProps["images"] = [
{
src:
"https://plus.unsplash.com/premium_photo-1683887034179-c498b684dd57?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1738&q=80",
alt: "scse friends",
alt: "SCDS friends",
},
{
src:
"https://images.unsplash.com/photo-1527529482837-4698179dc6ce?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1740&q=80",
alt: "scse networking event",
alt: "SCDS networking event",
},
];
6 changes: 3 additions & 3 deletions apps/web/features/home/components/HomeHero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const HomeHero = () => {
_hover={{ letterSpacing: 6 }}
transitionDuration="0.3s"
>
NTU SCSE Club
NTU SCDS Club
</Text>
</Link>
</Box>
Expand Down Expand Up @@ -167,7 +167,7 @@ export const HomeHero = () => {
>
<Image
src="/hero/students-1.png"
alt="image of scse students"
alt="image of SCDS students"
fill={true}
style={{ borderRadius: "400px" }}
/>
Expand All @@ -184,7 +184,7 @@ export const HomeHero = () => {
>
<Image
src="/hero/students-2.png"
alt="image of scse students"
alt="image of SCDS students"
fill={true}
style={{ borderRadius: "400px" }}
/>
Expand Down
4 changes: 2 additions & 2 deletions apps/web/features/layout/components/WebLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ export const WebLayout = ({ children }: WebLayoutProps) => {
],
logoProps: {
src: "/scse-logo/scse-logo-blue.png",
alt: "scse logo",
alt: "SCDS logo",
},
};
const footerProps: FooterProps = {
logoProps: {
src: "/scse-logo/scse-logo-red.png",
alt: "scse logo",
alt: "SCDS logo",
},
socialLinks: [
{
Expand Down
2 changes: 1 addition & 1 deletion apps/web/pages/merch/orders/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ const OrderSummary: React.FC = () => {
sizes="(max-width: 768px)"
/>
<Text fontWeight="bold">
Please screenshot this QR code and show it at SCSE Lounge to collect
Please screenshot this QR code and show it at SCDS Lounge to collect
your order. Alternatively, show the email receipt you have received.
</Text>
<Text>
Expand Down

0 comments on commit 2a55f5c

Please sign in to comment.