Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dimasma0305 committed May 4, 2024
1 parent fec3ce0 commit 5f97d8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import "@fortawesome/fontawesome-svg-core/styles.css";
import { config } from "@fortawesome/fontawesome-svg-core";
import { LogoHeader } from './_components/logo-header'
import { NavbarBelow } from './_components/navbar-below'
import logo from "../../public/TCP1P-logo.png"

config.autoAddCss = false;

const inter = Inter({ subsets: ['latin'] })
Expand Down
2 changes: 1 addition & 1 deletion src/app/tcp1pctf-2024/faq.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export function FAQ() {
To join this CTF, we recommend that you first create a team on CTFtime. Once you have formed
your team, you can add this <a className="link" target="_blank"
href="https://ctftime.org/event/2256/">event</a> and wait for the start of the CTF on
October 6th. Lastly, don't forget to join our Discord server for more information. Here is the
October 11th. Lastly, don't forget to join our Discord server for more information. Here is the
link: <a className="link" target="_blank" rel="noopener noreferrer"
href="https://discord.gg/Gj6h9TjN3D">Discord</a>.
</>
Expand Down

0 comments on commit 5f97d8d

Please sign in to comment.