diff --git a/app/sites/[id]/funnels/[funnelId]/page.tsx b/app/sites/[id]/funnels/[funnelId]/page.tsx index 4772751..fa2fbae 100644 --- a/app/sites/[id]/funnels/[funnelId]/page.tsx +++ b/app/sites/[id]/funnels/[funnelId]/page.tsx @@ -267,10 +267,10 @@ export default function FunnelReportPage() { - - - - + + + + @@ -283,7 +283,7 @@ export default function FunnelReportPage() {

{step.step.name}

-

{step.step.value}

+

{step.step.value}

diff --git a/app/sites/[id]/settings/page.tsx b/app/sites/[id]/settings/page.tsx index 723e8a2..4c8e376 100644 --- a/app/sites/[id]/settings/page.tsx +++ b/app/sites/[id]/settings/page.tsx @@ -487,7 +487,7 @@ export default function SiteSettingsPage() { Verify Installation -

+

Check if your site is sending data correctly.

@@ -601,7 +601,7 @@ export default function SiteSettingsPage() { {linkCopied ? 'Copied!' : 'Copy Link'} -

+

Share this link with others to view the dashboard.

@@ -640,7 +640,7 @@ export default function SiteSettingsPage() { onChange={(e) => setFormData({ ...formData, password: e.target.value })} placeholder={site.has_password ? "Change password (leave empty to keep current)" : "Set a password"} /> -

+

Visitors will need to enter this password to view the dashboard.

@@ -941,7 +941,7 @@ export default function SiteSettingsPage() { {snippetCopied ? ( ) : ( - + diff --git a/components/PricingSection.tsx b/components/PricingSection.tsx index 2624e72..2c7b1b3 100644 --- a/components/PricingSection.tsx +++ b/components/PricingSection.tsx @@ -238,7 +238,7 @@ export default function PricingSection() { {/* Top Toolbar */}
-
+
10k Up to {currentTraffic.label} monthly pageviews @@ -310,7 +310,7 @@ export default function PricingSection() {

{plan.name}

-

{plan.description}

+

{plan.description}

{priceDetails ? ( isYearly ? ( @@ -319,7 +319,7 @@ export default function PricingSection() { €{priceDetails.yearlyTotal} - /year + /year
@@ -335,7 +335,7 @@ export default function PricingSection() { €{priceDetails.baseMonthly} - /mo + /mo
) ) : ( @@ -370,7 +370,7 @@ export default function PricingSection() {

Enterprise

-

For high volume sites and custom needs

+

For high volume sites and custom needs

Custom
diff --git a/components/settings/OrganizationSettings.tsx b/components/settings/OrganizationSettings.tsx index 0febe51..7bb98db 100644 --- a/components/settings/OrganizationSettings.tsx +++ b/components/settings/OrganizationSettings.tsx @@ -320,7 +320,7 @@ export default function OrganizationSettings() { // If no org ID, we are in personal organization context, so don't show org settings if (!currentOrgId) { return ( -
+

You are in your personal context. Switch to an Organization to manage its settings.

) @@ -606,7 +606,7 @@ export default function OrganizationSettings() { minLength={2} maxLength={50} disabled={!isEditing} - className={`bg-white dark:bg-neutral-900 ${!isEditing ? 'text-neutral-500' : ''}`} + className={`bg-white dark:bg-neutral-900 ${!isEditing ? 'text-neutral-500 dark:text-neutral-400' : ''}`} />
@@ -615,7 +615,7 @@ export default function OrganizationSettings() { Organization Slug
- + drop.ciphera.net/
-

+

Changing the slug will change your organization's URL.

@@ -737,14 +737,14 @@ export default function OrganizationSettings() { {/* Members List */}
-

Active Members

+

Active Members

{isLoadingMembers ? (
) : members.length === 0 ? ( -
No members found.
+
No members found.
) : ( members.map((member) => (
@@ -756,7 +756,7 @@ export default function OrganizationSettings() {
{member.user_email || 'Unknown User'}
-
+
Joined {new Date(member.joined_at).toLocaleDateString()}
@@ -781,7 +781,7 @@ export default function OrganizationSettings() { {/* Pending Invitations */} {invitations.length > 0 && (
-

Pending Invitations

+

Pending Invitations

{invitations.map((invite) => (
@@ -793,7 +793,7 @@ export default function OrganizationSettings() {
{invite.email}
-
+
Invited as {invite.role} • Expires {new Date(invite.expires_at).toLocaleDateString()}
@@ -826,7 +826,7 @@ export default function OrganizationSettings() {
) : !subscription ? (
-

Could not load subscription details.

+

Could not load subscription details.

) : ( @@ -1050,7 +1050,7 @@ export default function OrganizationSettings() {
) : invoices.length === 0 ? ( -
No invoices found.
+
No invoices found.
) : ( <> {invoices.map((invoice) => ( @@ -1122,7 +1122,7 @@ export default function OrganizationSettings() {
) : (
-

Notification categories

+

Notification categories

{notificationCategories.map((cat) => (
auditPageSize && (
- + {auditPage * auditPageSize + 1}–{Math.min((auditPage + 1) * auditPageSize, auditTotal)} of {auditTotal}
StepVisitorsDrop-offConversionStepVisitorsDrop-offConversion