Skip to content

Commit

Permalink
Various link changes
Browse files Browse the repository at this point in the history
  • Loading branch information
TreesClouds committed Mar 7, 2024
1 parent d3f38b6 commit 571c910
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pie-website/src/assets/data/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ const sublinks = [
{
label: "Game Manual",
icon: <AiOutlineRead />,
url: "https://docs.google.com/document/d/12jrLFEn5cAYj6wnPu_VHnc1_8AZ5uxsiKPn6MkaX4eQ/edit",
url: "https://docs.google.com/document/d/193eKA8520k7EMORqC0WkdeisCfz2OOUw0mMGtfk0tXU/edit",
},
{
label: "RC Scholarship",
Expand All @@ -111,7 +111,7 @@ const sublinks = [
{
label: "Discord",
icon: <FaDiscord />,
url: "https://styled-components.com/",
url: "https://discord.gg/hYREQD2N5r/",
},
// {
// label: "Piazza",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const CompetitionDropdown = () => {
<h4>Communication</h4>
<LinkList>
<li>
<Link to="https://discord.gg/5nc3tPJK">Discord</Link>
<Link to="https://discord.gg/hYREQD2N5r">Discord</Link>
</li>

{/* <li>
Expand All @@ -69,7 +69,7 @@ const CompetitionDropdown = () => {
</Link>
</HeadingLink>
<HeadingLink>
<Link to="https://docs.google.com/document/d/12jrLFEn5cAYj6wnPu_VHnc1_8AZ5uxsiKPn6MkaX4eQ/edit">
<Link to="https://docs.google.com/document/d/193eKA8520k7EMORqC0WkdeisCfz2OOUw0mMGtfk0tXU/edit">
<Icon /> Game Manual
</Link>
</HeadingLink>
Expand Down
2 changes: 1 addition & 1 deletion pie-website/src/pages/Competition.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const StudentResources = () => {
Sign up for worksessions 24 hours in advance! Having debug issues?
Need some more build time or tools? Come on out!
</p>
<AlternativeButton link="https://www.signupgenius.com/go/10C0E4CA8A723A3F8CF8-student">
<AlternativeButton link="https://www.signupgenius.com/go/10C0D4CA4AF2AA2F4CF8-48428512-spring#/">
Worksession Sign Up &rsaquo;
</AlternativeButton>
</div>
Expand Down

0 comments on commit 571c910

Please sign in to comment.