From b62505b7b30e56be1e68fc78ac03c4b959790518 Mon Sep 17 00:00:00 2001 From: Kevin Yu Date: Mon, 26 Aug 2024 00:14:02 -0400 Subject: [PATCH] Update naming --- app/(home)/Header.tsx | 1 + app/(home)/Timer.tsx | 4 ++-- app/layout.tsx | 6 +++--- app/login/page.tsx | 2 +- app/recover/RecoverContent.tsx | 2 +- app/register/RegisterContent.tsx | 2 +- components/CTFNotStarted.tsx | 2 +- 7 files changed, 10 insertions(+), 9 deletions(-) diff --git a/app/(home)/Header.tsx b/app/(home)/Header.tsx index 73a29d0..5f833fd 100644 --- a/app/(home)/Header.tsx +++ b/app/(home)/Header.tsx @@ -17,6 +17,7 @@ export default async function Header() { endTime={config.data.endTime} />

+ {/* TODO */} b01lers CTF is the public competitive CTF hosted by the b01lers CTF team at Purdue University. Join our discord at discord.gg/tBMqujE{' '} and look out for further info soon! diff --git a/app/(home)/Timer.tsx b/app/(home)/Timer.tsx index 0a69d81..00225d3 100644 --- a/app/(home)/Timer.tsx +++ b/app/(home)/Timer.tsx @@ -54,9 +54,9 @@ export default function Timer(props: TimerProps) {

{time > ctfStart ? ( - 'left until b01lers CTF ends.' + 'left until bootcamp CTF ends.' ) : ( - 'days until b01lers CTF.' + 'days until bootcamp CTF.' )}

diff --git a/app/layout.tsx b/app/layout.tsx index 5e131c4..aae4e22 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -21,10 +21,10 @@ const inter = Inter({ subsets: ['latin'] }) export const metadata: Metadata = { title: { - absolute: 'b01lers internal CTF', - template: '%s - b01lers internal CTF' + absolute: 'b01lers bootcamp CTF', + template: '%s - b01lers bootcamp CTF' }, - description: 'b01lers internal CTF is a training camp to sharpen your CTF skills, hosted by the b01lers CTF team at Purdue University.', + description: 'Bootcamp CTF is a training camp for Purdue students to sharpen their CTF skills.', } export default function RootLayout(props: { children: ReactNode }) { diff --git a/app/login/page.tsx b/app/login/page.tsx index 6ee4249..1a19f7d 100644 --- a/app/login/page.tsx +++ b/app/login/page.tsx @@ -10,7 +10,7 @@ export default function Login() { return (

- Log in to b01lers internal CTF + Log in to bootcamp CTF

diff --git a/app/recover/RecoverContent.tsx b/app/recover/RecoverContent.tsx index 1cb2c77..49befab 100644 --- a/app/recover/RecoverContent.tsx +++ b/app/recover/RecoverContent.tsx @@ -29,7 +29,7 @@ export default function RecoverContent() { return !recovered ? ( <>

- Recover your b01lers internal CTF account + Recover your bootcamp CTF account

- Register for b01lers internal CTF + Register for bootcamp CTF

Please register one account per team. diff --git a/components/CTFNotStarted.tsx b/components/CTFNotStarted.tsx index 9fc1eaf..6495ddc 100644 --- a/components/CTFNotStarted.tsx +++ b/components/CTFNotStarted.tsx @@ -7,7 +7,7 @@ export default function CTFNotStarted() {

- b01lers internal CTF has not started yet. + bootcamp CTF has not started yet.