Skip to content

Commit 6715c0c

Browse files
committed
Updated problem of the week
1 parent 5210a67 commit 6715c0c

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

src/pages/weekly-problem.astro

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,26 +4,25 @@ import Hero from "../components/Hero.astro";
44
import Spacer from "../components/Spacer.astro";
55
import Tag from "../components/Tag.astro";
66
import Layout from "../layouts/Layout.astro";
7+
import { hexFor } from "../util/colors";
78
---
89

910
<Layout title="Weekly Problem | Status 418" description="">
1011
<!-- Hero -->
11-
<Hero upper="Weekly Problem" title="Function Overwrite">
12-
<Tag type="border" color="#E01A00" text="PWN" />
12+
<Hero upper="Weekly Problem" title="JaWT Scratchpad">
13+
<Tag type="border" color={hexFor("blue")} text="Web" />
1314
</Hero>
1415

1516
<!-- Banner -->
1617
<Banner
1718
icon="archive"
1819
text="Download Problem"
19-
url="https://play.picoctf.org/practice/challenge/272"
20+
url="https://play.picoctf.org/practice/challenge/25"
2021
/>
2122
<Spacer />
2223

2324
<!-- Text -->
2425
<section>
25-
<p>
26-
You can point to all kinds of things in C. Checkout our function pointers demo program.
27-
</p>
26+
<p>Check the admin scratchpad!</p>
2827
</section>
2928
</Layout>

0 commit comments

Comments
 (0)