Skip to content

Commit 58c1873

Browse files
committed
Update dependencies
1 parent 4426fc5 commit 58c1873

16 files changed

+549
-465
lines changed

web/app/components/marketing/ConveyorBelt.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export const ConveyorBelt = () => {
2727
maskRepeat: 'no-repeat',
2828
}}
2929
/>
30-
<div className='relative flex size-24 items-center justify-center rounded-xl bg-gradient-to-t from-white/45 to-white/75 ring-1 shadow-sm ring-white/10 outline outline-offset-[-5px] outline-white/5 ring-inset group-data-[dark]:from-slate-700/45 group-data-[dark]:to-slate-700/75'>
30+
<div className='relative flex size-24 items-center justify-center rounded-xl bg-gradient-to-t from-white/45 to-white/75 shadow-sm ring-1 ring-white/10 outline outline-offset-[-5px] outline-white/5 ring-inset group-data-[dark]:from-slate-700/45 group-data-[dark]:to-slate-700/75'>
3131
<img src='/logo512.png' alt='' className='object-contain' />
3232
</div>
3333
</div>

web/app/components/marketing/LogoTimeline.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export const LogoTimeline = () => {
5353
maskRepeat: 'no-repeat',
5454
}}
5555
/>
56-
<div className='relative flex size-24 items-center justify-center rounded-xl bg-gradient-to-t from-white/5 to-white/25 ring-1 shadow-sm ring-white/10 outline outline-offset-[-5px] outline-white/5 ring-inset group-data-[dark]:from-slate-700/5 group-data-[dark]:to-slate-700/25'>
56+
<div className='relative flex size-24 items-center justify-center rounded-xl bg-gradient-to-t from-white/5 to-white/25 shadow-sm ring-1 ring-white/10 outline outline-offset-[-5px] outline-white/5 ring-inset group-data-[dark]:from-slate-700/5 group-data-[dark]:to-slate-700/25'>
5757
<img src='/logo512.png' alt='' className='object-contain' />
5858
</div>
5959
</div>

web/app/components/marketing/MarketplaceCluster.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const Circles = () => {
4343

4444
const MainLogo = () => {
4545
return (
46-
<div className='absolute top-32 left-44 flex size-16 items-center justify-center rounded-full bg-white ring-1 shadow-sm ring-black/5'>
46+
<div className='absolute top-32 left-44 flex size-16 items-center justify-center rounded-full bg-white shadow-sm ring-1 ring-black/5'>
4747
<img src='/logo512.png' alt='' className='h-9 fill-black' />
4848
</div>
4949
)
@@ -78,7 +78,7 @@ const Logo = ({
7878
},
7979
}}
8080
style={{ left, top } as React.CSSProperties}
81-
className='absolute flex size-16 items-center justify-center rounded-full bg-white ring-1 shadow-sm ring-black/5 group-data-[dark]:bg-slate-700/60'
81+
className='absolute flex size-16 items-center justify-center rounded-full bg-white shadow-sm ring-1 ring-black/5 group-data-[dark]:bg-slate-700/60'
8282
>
8383
<img src={src} alt='' className='size-10' />
8484
</motion.div>

web/app/pages/ErrorTracking/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ const ErrorTracking = ({ ssrTheme, ssrAuthenticated }: ErrorTrackingProps) => {
127127
</Link>
128128
<a
129129
href={ERROR_TRACKING_LIVE_DEMO_URL}
130-
className='mt-2 flex h-12 w-full items-center justify-center rounded-md bg-transparent text-slate-900 ring-1 shadow-xs ring-slate-900 transition-all !duration-300 hover:bg-slate-200 sm:mt-0 sm:max-w-[210px] dark:text-white dark:ring-white/20 dark:hover:bg-gray-800'
130+
className='mt-2 flex h-12 w-full items-center justify-center rounded-md bg-transparent text-slate-900 shadow-xs ring-1 ring-slate-900 transition-all !duration-300 hover:bg-slate-200 sm:mt-0 sm:max-w-[210px] dark:text-white dark:ring-white/20 dark:hover:bg-gray-800'
131131
target='_blank'
132132
rel='noopener noreferrer'
133133
aria-label={`${t('common.liveDemo')} (opens in a new tab)`}

web/app/pages/Landings/Marketers.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ const Marketers = () => {
8989
</Link>
9090
<a
9191
href={LIVE_DEMO_URL}
92-
className='mt-2 flex h-12 w-full items-center justify-center rounded-md bg-transparent text-slate-900 ring-1 shadow-xs ring-slate-900 transition-all !duration-300 hover:bg-slate-200 sm:mt-0 sm:max-w-[210px] dark:text-white dark:ring-white/20 dark:hover:bg-gray-800'
92+
className='mt-2 flex h-12 w-full items-center justify-center rounded-md bg-transparent text-slate-900 shadow-xs ring-1 ring-slate-900 transition-all !duration-300 hover:bg-slate-200 sm:mt-0 sm:max-w-[210px] dark:text-white dark:ring-white/20 dark:hover:bg-gray-800'
9393
target='_blank'
9494
rel='noopener noreferrer'
9595
aria-label={`${t('common.liveDemo')} (opens in a new tab)`}

web/app/pages/Landings/SmallBusinesses.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ const SmallBusinesses = () => {
8989
</Link>
9090
<a
9191
href={LIVE_DEMO_URL}
92-
className='mt-2 flex h-12 w-full items-center justify-center rounded-md bg-transparent text-slate-900 ring-1 shadow-xs ring-slate-900 transition-all !duration-300 hover:bg-slate-200 sm:mt-0 sm:max-w-[210px] dark:text-white dark:ring-white/20 dark:hover:bg-gray-800'
92+
className='mt-2 flex h-12 w-full items-center justify-center rounded-md bg-transparent text-slate-900 shadow-xs ring-1 ring-slate-900 transition-all !duration-300 hover:bg-slate-200 sm:mt-0 sm:max-w-[210px] dark:text-white dark:ring-white/20 dark:hover:bg-gray-800'
9393
target='_blank'
9494
rel='noopener noreferrer'
9595
aria-label={`${t('common.liveDemo')} (opens in a new tab)`}

web/app/pages/Landings/Startups.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ const Startups = () => {
9191
</Link>
9292
<a
9393
href={LIVE_DEMO_URL}
94-
className='mt-2 flex h-12 w-full items-center justify-center rounded-md bg-transparent text-slate-900 ring-1 shadow-xs ring-slate-900 transition-all !duration-300 hover:bg-slate-200 sm:mt-0 sm:max-w-[210px] dark:text-white dark:ring-white/20 dark:hover:bg-gray-800'
94+
className='mt-2 flex h-12 w-full items-center justify-center rounded-md bg-transparent text-slate-900 shadow-xs ring-1 ring-slate-900 transition-all !duration-300 hover:bg-slate-200 sm:mt-0 sm:max-w-[210px] dark:text-white dark:ring-white/20 dark:hover:bg-gray-800'
9595
target='_blank'
9696
rel='noopener noreferrer'
9797
aria-label={`${t('common.liveDemo')} (opens in a new tab)`}

web/app/pages/Performance/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ const Performance = ({ ssrTheme, ssrAuthenticated }: PerformanceProps) => {
188188
</Link>
189189
<a
190190
href={PERFORMANCE_LIVE_DEMO_URL}
191-
className='mt-2 flex h-12 w-full items-center justify-center rounded-md bg-transparent text-slate-900 ring-1 shadow-xs ring-slate-900 transition-all !duration-300 hover:bg-slate-200 sm:mt-0 sm:max-w-[210px] dark:text-white dark:ring-white/20 dark:hover:bg-gray-800'
191+
className='mt-2 flex h-12 w-full items-center justify-center rounded-md bg-transparent text-slate-900 shadow-xs ring-1 ring-slate-900 transition-all !duration-300 hover:bg-slate-200 sm:mt-0 sm:max-w-[210px] dark:text-white dark:ring-white/20 dark:hover:bg-gray-800'
192192
target='_blank'
193193
rel='noopener noreferrer'
194194
aria-label={`${t('common.liveDemo')} (opens in a new tab)`}

web/app/pages/Project/View/ViewProject.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -3073,7 +3073,7 @@ const ViewProject = () => {
30733073
/>
30743074
) : null}
30753075
</div>
3076-
<div className='mx-auto mt-3 flex w-full max-w-[420px] flex-wrap items-center justify-center gap-y-1 space-x-2 sm:mx-0 sm:w-auto sm:max-w-none sm:flex-nowrap sm:justify-between lg:mt-0'>
3076+
<div className='mx-auto mt-3 flex w-full max-w-[420px] flex-wrap items-center justify-center space-x-2 gap-y-1 sm:mx-0 sm:w-auto sm:max-w-none sm:flex-nowrap sm:justify-between lg:mt-0'>
30773077
{activeTab !== PROJECT_TABS.funnels ? (
30783078
<>
30793079
<button

web/app/root.tsx

+4-23
Original file line numberDiff line numberDiff line change
@@ -198,22 +198,10 @@ export async function loader({ request }: LoaderFunctionArgs) {
198198
}
199199
: undefined
200200

201-
return data(
202-
{
203-
locale,
204-
url,
205-
theme,
206-
REMIX_ENV,
207-
isAuthed,
208-
pathname: urlObject.pathname,
209-
},
210-
init,
211-
)
201+
return data({ locale, url, theme, REMIX_ENV, isAuthed, pathname: urlObject.pathname }, init)
212202
}
213203

214-
export const handle = {
215-
i18n: 'common',
216-
}
204+
export const handle = { i18n: 'common' }
217205

218206
export default function App() {
219207
const { locale, url, theme, REMIX_ENV, isAuthed } = useLoaderData<any>()
@@ -248,17 +236,10 @@ export default function App() {
248236
/>
249237
<script
250238
// eslint-disable-next-line react/no-danger
251-
dangerouslySetInnerHTML={{
252-
__html: `window.REMIX_ENV = ${JSON.stringify(REMIX_ENV)}`,
253-
}}
239+
dangerouslySetInnerHTML={{ __html: `window.REMIX_ENV = ${JSON.stringify(REMIX_ENV)}` }}
254240
/>
255241
</head>
256-
<body
257-
className={cx({
258-
'bg-white': theme === 'light',
259-
'bg-slate-900': theme === 'dark',
260-
})}
261-
>
242+
<body className={cx({ 'bg-white': theme === 'light', 'bg-slate-900': theme === 'dark' })}>
262243
<Provider store={store}>
263244
<AppWrapper ssrTheme={theme} ssrAuthenticated={isAuthed} />
264245
</Provider>

web/app/routes/_index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -846,7 +846,7 @@ const Hero = ({
846846
</Link>
847847
<a
848848
href={LIVE_DEMO_URL}
849-
className='mt-2 flex h-12 w-full items-center justify-center rounded-md bg-transparent font-mono text-slate-900 ring-1 shadow-xs ring-slate-900 transition-all !duration-300 hover:bg-slate-200 sm:mt-0 sm:max-w-[210px] dark:text-white dark:ring-white/20 dark:hover:bg-gray-800'
849+
className='mt-2 flex h-12 w-full items-center justify-center rounded-md bg-transparent font-mono text-slate-900 shadow-xs ring-1 ring-slate-900 transition-all !duration-300 hover:bg-slate-200 sm:mt-0 sm:max-w-[210px] dark:text-white dark:ring-white/20 dark:hover:bg-gray-800'
850850
target='_blank'
851851
rel='noopener noreferrer'
852852
aria-label={`${t('common.liveDemo')} (opens in a new tab)`}

0 commit comments

Comments
 (0)