Skip to content

Commit

Permalink
Merge pull request #175 from ntuscds/test-delete-merch
Browse files Browse the repository at this point in the history
changed github link
  • Loading branch information
ykIsCoding authored Dec 19, 2024
2 parents ef07708 + 1c0f6b9 commit 3c48790
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/web/features/layout/components/WebLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const WebLayout = ({ children }: WebLayoutProps) => {
icon: FaLinkedin,
href: "https://www.linkedin.com/company/ntu-scdsc/mycompany/",
},
{ name: "GitHub", icon: FaGithub, href: "https://github.com/ntuscse" },
{ name: "GitHub", icon: FaGithub, href: "https://github.com/ntuscds" },
],
studentLinksGroup: {
header: "For Students",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/components/footer/Footer.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Basic.args = {
socialLinks: [
{ name: "Instagram", icon: FaInstagram, href: "https://www.instagram.com/ntuscseclub/" },
{ name: "LinkedIn", icon: FaLinkedin, href: "https://sg.linkedin.com/company/ntu-scseclub" },
{ name: "GitHub", icon: FaGithub, href: "https://github.com/ntuscse" },
{ name: "GitHub", icon: FaGithub, href: "https://github.com/ntuscds" },
],
studentLinksGroup: {
header: "For Students",
Expand Down

0 comments on commit 3c48790

Please sign in to comment.