aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/reviewDB/components/ReviewsView.tsx
diff options
context:
space:
mode:
authorAmsyar Rasyiq <82711525+amsyarasyiq@users.noreply.github.com>2023-04-19 00:53:11 +0800
committerGitHub <noreply@github.com>2023-04-18 18:53:11 +0200
commit8be6c6e3ceed26c5a4524784339c66d49cb1b278 (patch)
tree77c49fbde08889ac591dbb693cfc7190308569c1 /src/plugins/reviewDB/components/ReviewsView.tsx
parent7e96b5dcfbf29dfa0fe6c61e861d8441967289d0 (diff)
downloadVencord-8be6c6e3ceed26c5a4524784339c66d49cb1b278.tar.gz
Vencord-8be6c6e3ceed26c5a4524784339c66d49cb1b278.tar.bz2
Vencord-8be6c6e3ceed26c5a4524784339c66d49cb1b278.zip
fix(ReviewDB): fix margin in self-profile preview (#935)
Co-authored-by: V <vendicated@riseup.net>
Diffstat (limited to 'src/plugins/reviewDB/components/ReviewsView.tsx')
-rw-r--r--src/plugins/reviewDB/components/ReviewsView.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/reviewDB/components/ReviewsView.tsx b/src/plugins/reviewDB/components/ReviewsView.tsx
index 541500c..466e9d4 100644
--- a/src/plugins/reviewDB/components/ReviewsView.tsx
+++ b/src/plugins/reviewDB/components/ReviewsView.tsx
@@ -57,7 +57,7 @@ export default function ReviewsView({ userId }: { userId: string; }) {
}
return (
- <div className="ReviewDB">
+ <div className="vc-reviewdb-view">
<Text
tag="h2"
variant="eyebrow"