mirror of
https://github.com/lukevella/rallly.git
synced 2025-05-31 01:36:23 +02:00
✨ Show participated polls on polls page + UI refresh (#1089)
This commit is contained in:
parent
bd9e9fe95b
commit
f8a217ae75
125 changed files with 3007 additions and 2363 deletions
|
@ -20,7 +20,7 @@ import React from "react";
|
|||
import { useFormContext } from "react-hook-form";
|
||||
import { Trans } from "react-i18next";
|
||||
|
||||
import { ProBadge } from "@/components/pro-badge";
|
||||
import { ProFeatureBadge } from "@/components/pro-feature-badge";
|
||||
import { usePlan } from "@/contexts/plan";
|
||||
|
||||
export type PollSettingsFormData = {
|
||||
|
@ -46,7 +46,7 @@ const SettingTitle = ({
|
|||
return (
|
||||
<div className="flex min-w-0 items-center gap-x-2.5">
|
||||
<div className="text-sm font-medium">{children}</div>
|
||||
{pro ? <ProBadge /> : null}
|
||||
{pro ? <ProFeatureBadge /> : null}
|
||||
{hint ? (
|
||||
<Tooltip>
|
||||
<TooltipTrigger>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue