From 88b06191b926de40dc9f5abfbe83f7a26ab0dac4 Mon Sep 17 00:00:00 2001 From: AutumnVN Date: Fri, 29 Sep 2023 05:46:33 +0700 Subject: fix modal image + reviewdb bot tag (#1761) * fix modal image * fix reviewdb bot tag --- src/plugins/reviewDB/components/ReviewComponent.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins') diff --git a/src/plugins/reviewDB/components/ReviewComponent.tsx b/src/plugins/reviewDB/components/ReviewComponent.tsx index 1278a50..9e7df36 100644 --- a/src/plugins/reviewDB/components/ReviewComponent.tsx +++ b/src/plugins/reviewDB/components/ReviewComponent.tsx @@ -43,7 +43,7 @@ export default LazyComponent(() => { p("container", "isHeader"), p("avatar", "zalgo"), p("button", "wrapper", "selected"), - p("botTag") + p("botTag", "botTagRegular") ); const dateFormat = new Intl.DateTimeFormat(); -- cgit