Skip to content

Commit 3a2ff03

Browse files
committed
hopefully this fixes it
1 parent f768e83 commit 3a2ff03

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

postcss.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export default {
1+
module.exports = {
22
plugins: {
33
tailwindcss: {},
44
autoprefixer: {},

public/favicon.ico

7.58 KB
Binary file not shown.

src/pages/Index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import WriteupCard from "@/components/WriteupCard";
55
const recentWriteups = [
66
{
77
id: "jigboy",
8-
title: "JigBoy",
8+
title: "Mapna CTF 2024 : JigBoy",
99
category: "forensics",
1010
description: "Jigboy, the superhero, possesses the remarkable ability to reel in colossal fish from the depths of the deep blue sea.",
1111
date: "2024-01-25"

src/pages/WriteupDetail.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import {
1414
const writeupContent = {
1515
"jigboy": {
1616
id: "jigboy",
17-
title: "JigBoy",
17+
title: "Mapna CTF 2024 : JigBoy",
1818
category: "forensics",
1919
date: "2024-01-25",
2020
content: `## Description

src/pages/Writeups.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import WriteupCard from "@/components/WriteupCard";
55
const allWriteups = [
66
{
77
id: "jigboy",
8-
title: "JigBoy",
8+
title: "Mapna CTF 2024 : JigBoy",
99
category: "forensics",
1010
description: "Jigboy, the superhero, possesses the remarkable ability to reel in colossal fish from the depths of the deep blue sea.",
1111
date: "2024-01-25"

0 commit comments

Comments
 (0)