File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -4,26 +4,25 @@ import Hero from "../components/Hero.astro";
44import Spacer from " ../components/Spacer.astro" ;
55import Tag from " ../components/Tag.astro" ;
66import 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 >
You can’t perform that action at this time.
0 commit comments