mirror of
https://github.com/lukevella/rallly.git
synced 2025-05-29 08:46:22 +02:00
✨ Updated sidebar layout (#1661)
This commit is contained in:
parent
8c0814b92b
commit
72ca1d4c38
104 changed files with 3268 additions and 1331 deletions
|
@ -16,7 +16,7 @@ import { useFormContext } from "react-hook-form";
|
|||
import { Trans } from "react-i18next";
|
||||
|
||||
import { PayWallDialog } from "@/components/pay-wall-dialog";
|
||||
import { ProFeatureBadge } from "@/components/pro-feature-badge";
|
||||
import { ProBadge } from "@/components/pro-badge";
|
||||
import { usePlan } from "@/contexts/plan";
|
||||
|
||||
export type PollSettingsFormData = {
|
||||
|
@ -42,7 +42,7 @@ const SettingTitle = ({
|
|||
<div className="text-sm font-medium">{children}</div>
|
||||
{pro ? (
|
||||
<div>
|
||||
<ProFeatureBadge />
|
||||
<ProBadge />
|
||||
</div>
|
||||
) : null}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue