Skip to content

Commit

Permalink
changed links
Browse files Browse the repository at this point in the history
  • Loading branch information
ykIsCoding committed Dec 7, 2024
1 parent 2a55f5c commit d13a8f6
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion apps/web/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ NTU SCSE's main public facing website, built with Next.js.
## Requirements

- Yarn v1
- Completed development environment setup by following the [SCSE official docs](https://docs.ntuscse.com/docs).
- Completed development environment setup by following the [SCDS official docs](https://docs.ntuscse.com/docs).

<br />

Expand Down
2 changes: 1 addition & 1 deletion apps/web/__tests__/index.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ describe("Home", () => {
);

const heading = screen.getByRole("heading", {
name: "NTU SCSE Club",
name: "NTU SCDS Club",
});

expect(heading).toBeInTheDocument();
Expand Down
2 changes: 1 addition & 1 deletion apps/web/features/academics/components/PYPSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const PYPSection = () => {
<GridItem>
<ButtonLink
label="PYP SOLUTIONS"
href="https://entuedu-my.sharepoint.com/:f:/r/personal/scds-academics_e_ntu_edu_sg/Documents/SCSE%20Past%20Year%20Papers?csf=1&web=1&e=lzOSZ7"
href="https://entuedu-my.sharepoint.com/:f:/g/personal/scds-academics_e_ntu_edu_sg/EseBwp-wySxPjuXTFe-1wi0B2XKx0aafMilEHWgcrgPLFg?e=9n3407"
variant="primary-black"
size="lg"
width={{ base: "100%", md: "auto" }}
Expand Down
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[email protected]</Link>
<Link color="white">scds[email protected]</Link>
</GridItem>
<GridItem
p="20px"
Expand Down
2 changes: 1 addition & 1 deletion apps/web/features/contact/components/FaqSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const FaqSection = () => {
{
question: "Who should I contact for other questions related to the SCDS Club?",
answer:
"Please send an email to scse[email protected]. We will try our best to forward you to the relevant person.",
"Please send an email to scds[email protected]. We will try our best to forward you to the relevant person.",
},
],
};
Expand Down
2 changes: 1 addition & 1 deletion apps/web/features/home/components/HomeWhoRWe.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export const HomeWhoRWe = () => {
boxSize={["260px", "350px", "350px", "400px"]}
>
<Image
src="/home/who_r_we_doodle.svg"
src="/scse-logo/scds-logo.png"
alt="who r we image"
fill={true}
/>
Expand Down
8 changes: 4 additions & 4 deletions apps/web/features/layout/components/WebLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,25 +18,25 @@ export const WebLayout = ({ children }: WebLayoutProps) => {
// { label: "Merch", href: "/merch" },
],
logoProps: {
src: "/scse-logo/scse-logo-blue.png",
src: "/scse-logo/scds-logo.png",
alt: "SCDS logo",
},
};
const footerProps: FooterProps = {
logoProps: {
src: "/scse-logo/scse-logo-red.png",
src: "/scse-logo/scds-logo-blue-bg.png",
alt: "SCDS logo",
},
socialLinks: [
{
name: "Instagram",
icon: FaInstagram,
href: "https://www.instagram.com/ntuscseclub/",
href: "https://www.instagram.com/ntuscdsclub/",
},
{
name: "LinkedIn",
icon: FaLinkedin,
href: "https://sg.linkedin.com/company/ntu-scseclub",
href: "https://www.linkedin.com/company/ntu-scdsc/mycompany/",
},
{ name: "GitHub", icon: FaGithub, href: "https://github.com/ntuscse" },
],
Expand Down
Binary file added apps/web/public/scse-logo/scds-logo-blue-bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/web/public/scse-logo/scds-logo-white-bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/web/public/scse-logo/scds-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d13a8f6

Please sign in to comment.