File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ export default function Login() {
10
10
return (
11
11
< div className = "container pt-32 pb-24" >
12
12
< h1 className = "text-2xl font-bold mb-8 text-center" >
13
- Log in to b01lers CTF
13
+ Log in to b01lers internal CTF
14
14
</ h1 >
15
15
16
16
< LoginContent />
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ export default function RecoverContent() {
29
29
return ! recovered ? (
30
30
< >
31
31
< h1 className = "text-2xl font-bold mb-8 text-center" >
32
- Recover your b01lers CTF account
32
+ Recover your b01lers internal CTF account
33
33
</ h1 >
34
34
35
35
< form
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ export default function RegisterContent() {
33
33
return ! registered ? (
34
34
< >
35
35
< h1 className = "text-2xl font-bold mb-6 text-center" >
36
- Register for b01lers CTF
36
+ Register for b01lers internal CTF
37
37
</ h1 >
38
38
< p className = "text-center text-primary mb-8" >
39
39
Please register one account per team.
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ export default function CTFNotStarted() {
7
7
< FaRegClock className = "text-5xl" />
8
8
< div >
9
9
< h1 className = "font-semibold text-2xl" >
10
- b01lers CTF has not started yet.
10
+ b01lers internal CTF has not started yet.
11
11
</ h1 >
12
12
</ div >
13
13
</ div >
Original file line number Diff line number Diff line change 1
1
/** @type {import('next').NextConfig } */
2
2
const nextConfig = {
3
3
env : {
4
- API_BASE : 'http://ctf.b01lers.com:9000 /api/v1' ,
4
+ API_BASE : 'http://ctf.b01lers.com:9001 /api/v1' ,
5
5
KLODD_URL : 'https://instancer.b01lersc.tf'
6
6
} ,
7
7
logging : {
You can’t perform that action at this time.
0 commit comments