Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into mekdimd/add-subscri…
Browse files Browse the repository at this point in the history
…be-button
  • Loading branch information
mekdimd committed Oct 7, 2023
2 parents e80f699 + 9a96363 commit 25811d1
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion components/EventsCalendar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export default function EventsCalendar() {
<Calendar
localizer={localizer}
onSelectEvent={() => {
window.open("https://discord.com/invite/XZUd7amxPq", "_blank");
window.open("https://discord.com/invite/whdfmJbVF7", "_blank");
}}
events={events}
startAccessor="start"
Expand Down
2 changes: 1 addition & 1 deletion components/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export const Footer = () => {
alt="Instagram Icon"
/>
</a>
<a href="https://discord.gg/XZUd7amxPq">
<a href="https://discord.com/invite/whdfmJbVF7">
<Image
src={DiscordIcon.src}
height={24}
Expand Down
2 changes: 1 addition & 1 deletion components/HeaderNav.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export const HeaderNav = () => {
width={18}
/>
</a>
<a href="https://discord.gg/XZUd7amxPq">
<a href="https://discord.com/invite/whdfmJbVF7">
<Image
src={DiscordIcon.src}
alt="Discord icon"
Expand Down
2 changes: 1 addition & 1 deletion pages/events.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default function EventsPage() {
<a
className="annual-events__link-item"
target="_blank"
href="https://discord.com/invite/XZUd7amxPq"
href="https://discord.com/invite/whdfmJbVF7"
rel="noreferrer"
>
<h3>Frosh</h3>
Expand Down
6 changes: 4 additions & 2 deletions pages/get-involved.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default function GetInvolved() {
Join the Software Systems Student Society by running for any of the
elected positions.{" "}
<a
href="https://discord.gg/599e3myXPj"
href="https://discord.com/invite/whdfmJbVF7"
target="_blank"
rel="noopener noreferrer"
>
Expand Down Expand Up @@ -72,7 +72,9 @@ export default function GetInvolved() {
#what-are-commitees
</span>{" "}
channel on our{" "}
<a href="https://discord.com/invite/hY7WjXt">SSSS Discord Server</a>{" "}
<a href="https://discord.com/invite/whdfmJbVF7">
SSSS Discord Server
</a>{" "}
to get a role.
</p>
</section>
Expand Down
2 changes: 1 addition & 1 deletion pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export default function LandingPage() {
notifications about events, news, and more!
</p>
<a
href="https://discord.gg/XZUd7amxPq"
href="https://discord.com/invite/whdfmJbVF7"
target="_blank"
rel="noreferrer"
>
Expand Down

0 comments on commit 25811d1

Please sign in to comment.