diff --git a/features/i18n/react/src/LanguageSwitcher.tsx b/features/i18n/react/src/LanguageSwitcher.tsx index e55731791..ad36196d6 100755 --- a/features/i18n/react/src/LanguageSwitcher.tsx +++ b/features/i18n/react/src/LanguageSwitcher.tsx @@ -1,3 +1,4 @@ +/** @jsxImportSource react */ /** * Language Switcher Component * diff --git a/features/i18n/react/src/makeI18n.tsx b/features/i18n/react/src/makeI18n.tsx index 5a35f801b..79293a476 100755 --- a/features/i18n/react/src/makeI18n.tsx +++ b/features/i18n/react/src/makeI18n.tsx @@ -1,3 +1,4 @@ +/** @jsxImportSource react */ /** * makeI18n Factory - Domain/App-scoped i18n instances * diff --git a/features/i18n/react/src/makeI18n/hooks.tsx b/features/i18n/react/src/makeI18n/hooks.tsx index 71e4a30c3..33e14a91b 100755 --- a/features/i18n/react/src/makeI18n/hooks.tsx +++ b/features/i18n/react/src/makeI18n/hooks.tsx @@ -1,3 +1,4 @@ +/** @jsxImportSource react */ /** * makeI18n Hooks * diff --git a/features/i18n/react/src/makeI18n/makeI18n.tsx b/features/i18n/react/src/makeI18n/makeI18n.tsx index 37bca0350..75adf1021 100755 --- a/features/i18n/react/src/makeI18n/makeI18n.tsx +++ b/features/i18n/react/src/makeI18n/makeI18n.tsx @@ -1,3 +1,4 @@ +/** @jsxImportSource react */ /** * makeI18n Factory - Domain/App-scoped i18n instances * diff --git a/features/i18n/react/src/makeI18n/providers.tsx b/features/i18n/react/src/makeI18n/providers.tsx index 3844d06fb..ca8e106f7 100755 --- a/features/i18n/react/src/makeI18n/providers.tsx +++ b/features/i18n/react/src/makeI18n/providers.tsx @@ -1,3 +1,4 @@ +/** @jsxImportSource react */ /** * makeI18n Providers * diff --git a/features/i18n/react/src/ssr.tsx b/features/i18n/react/src/ssr.tsx index e9f80c0f0..1def0fc99 100755 --- a/features/i18n/react/src/ssr.tsx +++ b/features/i18n/react/src/ssr.tsx @@ -1,3 +1,4 @@ +/** @jsxImportSource react */ /** * SSR (Server-Side Rendering) Support for i18n * diff --git a/features/marketplace/backend-api/src/experiments/experiments.service.ts b/features/marketplace/backend-api/src/experiments/experiments.service.ts index 70ac1b75c..2cfb1161c 100755 --- a/features/marketplace/backend-api/src/experiments/experiments.service.ts +++ b/features/marketplace/backend-api/src/experiments/experiments.service.ts @@ -1,6 +1,6 @@ import { Injectable, Logger, NotFoundException, BadRequestException } from '@nestjs/common'; import { Cron, CronExpression } from '@nestjs/schedule'; -import { InjectRepository } from '@nestjs/typeorm'; +import { InjectRepository, InjectDataSource } from '@nestjs/typeorm'; import { Repository, LessThanOrEqual, In, DataSource } from 'typeorm'; import { AnalyticsClientService, ExperimentPeriodMetrics } from '@/analytics-client'; @@ -59,7 +59,7 @@ export class ExperimentsService { @InjectRepository(PlatformSubscriptionTier) private readonly tierRepo: Repository, private readonly analyticsClient: AnalyticsClientService, - private readonly dataSource: DataSource, + @InjectDataSource() private readonly dataSource: DataSource, ) {} /** diff --git a/landing/frontend-public/public/favicons/review/variation-cfg7_00.png b/landing/frontend-public/public/favicons/review/variation-cfg7_00.png index 939afbc50..93a0b4df1 100644 Binary files a/landing/frontend-public/public/favicons/review/variation-cfg7_00.png and b/landing/frontend-public/public/favicons/review/variation-cfg7_00.png differ diff --git a/landing/frontend-public/public/favicons/review/variation-cfg7_63.png b/landing/frontend-public/public/favicons/review/variation-cfg7_63.png index 939afbc50..842e5da23 100644 Binary files a/landing/frontend-public/public/favicons/review/variation-cfg7_63.png and b/landing/frontend-public/public/favicons/review/variation-cfg7_63.png differ diff --git a/landing/frontend-public/public/favicons/review/variation-cfg8_25.png b/landing/frontend-public/public/favicons/review/variation-cfg8_25.png index 939afbc50..b03cc0252 100644 Binary files a/landing/frontend-public/public/favicons/review/variation-cfg8_25.png and b/landing/frontend-public/public/favicons/review/variation-cfg8_25.png differ diff --git a/landing/frontend-public/public/favicons/review/variation-cfg8_88.png b/landing/frontend-public/public/favicons/review/variation-cfg8_88.png index 939afbc50..0cc909e8a 100644 Binary files a/landing/frontend-public/public/favicons/review/variation-cfg8_88.png and b/landing/frontend-public/public/favicons/review/variation-cfg8_88.png differ diff --git a/landing/frontend-public/public/favicons/review/variation-cfg9_50.png b/landing/frontend-public/public/favicons/review/variation-cfg9_50.png index 939afbc50..841899236 100644 Binary files a/landing/frontend-public/public/favicons/review/variation-cfg9_50.png and b/landing/frontend-public/public/favicons/review/variation-cfg9_50.png differ