diff options
Diffstat (limited to 'src/plugins/reviewDB/components')
-rw-r--r-- | src/plugins/reviewDB/components/ReviewsView.tsx | 2 |
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" |