diff options
author | AutumnVN <autumnvnchino@gmail.com> | 2023-09-29 05:46:33 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-29 00:46:33 +0200 |
commit | 88b06191b926de40dc9f5abfbe83f7a26ab0dac4 (patch) | |
tree | 85423bd0d5d441375909393463761b16a07d3f7f /src/plugins/reviewDB | |
parent | 62277770a8e5eec921fb407863c8c1d1d8e466b5 (diff) | |
download | Vencord-88b06191b926de40dc9f5abfbe83f7a26ab0dac4.tar.gz Vencord-88b06191b926de40dc9f5abfbe83f7a26ab0dac4.tar.bz2 Vencord-88b06191b926de40dc9f5abfbe83f7a26ab0dac4.zip |
fix modal image + reviewdb bot tag (#1761)
* fix modal image
* fix reviewdb bot tag
Diffstat (limited to 'src/plugins/reviewDB')
-rw-r--r-- | src/plugins/reviewDB/components/ReviewComponent.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |