Skip to content

Commit

Permalink
feat: update Mobile CTF 2025 subtitle and enhance event description; …
Browse files Browse the repository at this point in the history
…comment out CrateScript in main content
  • Loading branch information
dimasma0305 committed Jan 15, 2025
1 parent ae7257a commit 069f1eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/_components/ctf-page/main-content.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const MainContent: React.FC<MainContentProps> = ({
}) => {
return (
<main className="flex-1 pt-52 px-4 sm:px-6 lg:px-8 relative z-10">
<CrateScript server={discord.server} channel={discord.channel} />
{/* <CrateScript server={discord.server} channel={discord.channel} /> */}
<div className="flex flex-col">
<div className="lg:w-8/12 md:w-10/12 self-center text-center mx-4">
<div className="items-center">
Expand Down
2 changes: 1 addition & 1 deletion src/app/mobile-ctf-2025/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import MainContent from "../_components/ctf-page/main-content";
const Page: React.FC = () => {
const ctfDate = new Date("2025-10-11");
const title = "MOBILE CTF 2025";
const subtitle = "Bhinneka Tunggal Ika";
const subtitle = "First Edition of Mobile CTF";
const description = "MOBILE CTF 2025 is an annual Capture The Flag (CTF) event organized by the TCP1P community. This marks the first edition of the MOBILE CTF event. This thrilling competition follows a jeopardy-style format and includes a variety of challenges about mobile security, ranging from easy to medium-high in difficulty. Participants will have the opportunity to test their skills and knowledge across various categories, ensuring a diverse and engaging experience.";
const callForSponsorshipText = "The call for sponsorship for MOBILE CTF 2025 is open! For more details contact us at";
const discordInviteLink = "https://discord.gg/7ymZ5TK8";
Expand Down

0 comments on commit 069f1eb

Please sign in to comment.