Skip to content

Commit 5f97d8d

Browse files
committed
fix typo
1 parent fec3ce0 commit 5f97d8d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import "@fortawesome/fontawesome-svg-core/styles.css";
1010
import { config } from "@fortawesome/fontawesome-svg-core";
1111
import { LogoHeader } from './_components/logo-header'
1212
import { NavbarBelow } from './_components/navbar-below'
13-
import logo from "../../public/TCP1P-logo.png"
13+
1414
config.autoAddCss = false;
1515

1616
const inter = Inter({ subsets: ['latin'] })

src/app/tcp1pctf-2024/faq.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export function FAQ() {
2525
To join this CTF, we recommend that you first create a team on CTFtime. Once you have formed
2626
your team, you can add this <a className="link" target="_blank"
2727
href="https://ctftime.org/event/2256/">event</a> and wait for the start of the CTF on
28-
October 6th. Lastly, don't forget to join our Discord server for more information. Here is the
28+
October 11th. Lastly, don't forget to join our Discord server for more information. Here is the
2929
link: <a className="link" target="_blank" rel="noopener noreferrer"
3030
href="https://discord.gg/Gj6h9TjN3D">Discord</a>.
3131
</>

0 commit comments

Comments
 (0)