From d4d4085a243a96ebddab72975febe24662621a31 Mon Sep 17 00:00:00 2001 From: Madhura Date: Wed, 18 Feb 2026 15:25:47 +0000 Subject: [PATCH] Remove the twitter/X link from the website --- src/app/components/navigation/DowntimeWarningBanner.tsx | 6 +----- src/app/services/constants.ts | 1 - 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/src/app/components/navigation/DowntimeWarningBanner.tsx b/src/app/components/navigation/DowntimeWarningBanner.tsx index 7898a67e64..478edb30c5 100644 --- a/src/app/components/navigation/DowntimeWarningBanner.tsx +++ b/src/app/components/navigation/DowntimeWarningBanner.tsx @@ -1,7 +1,7 @@ import React, { useState } from "react"; import { Alert, Button, Col, Container, Row } from "reactstrap"; import Cookies from "js-cookie"; -import { SITE_SUBJECT_TITLE, SOCIAL_LINKS } from "../../services"; +import { SITE_SUBJECT_TITLE } from "../../services"; const DOWNTIME_COOKIE = "downtimeBannerDismissed"; @@ -29,10 +29,6 @@ export const DowntimeWarningBanner = () => { rd July for essential maintenance. You will need to log in again once the maintenance is complete.
- - Check our Twitter feed - {" "} - for any updates on the day. diff --git a/src/app/services/constants.ts b/src/app/services/constants.ts index 22c5a56e37..7e7bd8d2a4 100644 --- a/src/app/services/constants.ts +++ b/src/app/services/constants.ts @@ -60,7 +60,6 @@ export const SOCIAL_LINKS = { youtube: { name: "YouTube", href: "https://www.youtube.com/@isaaccomputerscience" }, facebook: { name: "Facebook", href: "https://www.facebook.com/IsaacComputerScience" }, instagram: { name: "Instagram", href: "https://www.instagram.com/isaaccompsci" }, - twitter: { name: "Twitter", href: "https://twitter.com/isaaccompsci" }, }; // Change to "http://localhost:3000" if you want to run a local version of the code editor