Skip to content

Commit

Permalink
put in asChild
Browse files Browse the repository at this point in the history
  • Loading branch information
qweliant committed May 10, 2024
1 parent 0cac468 commit 00a1353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/app/(user)/communities/AddCommunityDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const AddCommunity = (props: Props) => {
<TooltipProvider>
<Tooltip>
<TooltipContent> Create a new community</TooltipContent>
<TooltipTrigger>
<TooltipTrigger asChild>
<DialogTrigger asChild>
<Button variant="outline" className="flex items-center gap-x-2">
<ListPlus size="16" /> Create Community
Expand Down

0 comments on commit 00a1353

Please sign in to comment.