From 2ae5ba3f66820246affabc2e778a49807c33158a Mon Sep 17 00:00:00 2001
From: Xevion
Date: Fri, 25 Nov 2022 03:12:22 -0600
Subject: [PATCH] Add in-progress WIP button
---
index.html | 2 +-
src/components/Post.tsx | 15 ++++++++++++++-
2 files changed, 15 insertions(+), 2 deletions(-)
diff --git a/index.html b/index.html
index 3a70601..c6eb7ec 100644
--- a/index.html
+++ b/index.html
@@ -44,7 +44,7 @@
diff --git a/src/components/Post.tsx b/src/components/Post.tsx
index 5df5102..2b09618 100644
--- a/src/components/Post.tsx
+++ b/src/components/Post.tsx
@@ -1,4 +1,5 @@
import { SparklesIcon } from "@heroicons/react/20/solid";
+import { ShieldExclamationIcon } from "@heroicons/react/24/solid";
const Post = () => {
return (
@@ -17,7 +18,11 @@ const Post = () => {
>
Ryan Walters
-
+
@@ -55,6 +60,14 @@ const Post = () => {
the background
CSS property, allowing
dynamic SVG generation.
+
>