From a471a494bca0e8d401377387f91da6c8c813c381 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Tue, 1 Feb 2022 01:47:05 -0800 Subject: [PATCH] Remove img so background-image works --- components/UncapStar/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/UncapStar/index.tsx b/components/UncapStar/index.tsx index bd20d45c..a9459ecc 100644 --- a/components/UncapStar/index.tsx +++ b/components/UncapStar/index.tsx @@ -28,7 +28,7 @@ const UncapStar = (props: Props) => { } return ( -
  • +
  • ) }