support@rallly.co.
-
+
Stack Snap Ltd.
The Gallery 14
diff --git a/apps/landing/src/app/[locale]/licensing/thank-you/page.tsx b/apps/landing/src/app/[locale]/licensing/thank-you/page.tsx
index d8618259e..3bcf8541d 100644
--- a/apps/landing/src/app/[locale]/licensing/thank-you/page.tsx
+++ b/apps/landing/src/app/[locale]/licensing/thank-you/page.tsx
@@ -4,15 +4,15 @@ import Link from "next/link";
export default function LicensingThankYouPage() {
return (
-
-
+
+
-
+
-
+
@@ -37,7 +37,7 @@ export default function LicensingThankYouPage() {
/>
-
+
-
{
return (
-
+
{title}
-
+
diff --git a/apps/landing/src/components/error-page.tsx b/apps/landing/src/components/error-page.tsx
index f8ccb7559..4e7dda428 100644
--- a/apps/landing/src/components/error-page.tsx
+++ b/apps/landing/src/components/error-page.tsx
@@ -26,7 +26,7 @@ const ErrorPage: React.FunctionComponent
= ({
{icon || (
)}
-
+
{title}
{description}
diff --git a/apps/landing/src/components/home/bonus-item.tsx b/apps/landing/src/components/home/bonus-item.tsx
index bb148c2ac..76bd83715 100644
--- a/apps/landing/src/components/home/bonus-item.tsx
+++ b/apps/landing/src/components/home/bonus-item.tsx
@@ -26,11 +26,11 @@ export const BonusItem = ({
>
{icon}
-
{children}
+
{children}
);
diff --git a/apps/landing/src/components/home/hero.tsx b/apps/landing/src/components/home/hero.tsx
index bba693a03..65b18ac5f 100644
--- a/apps/landing/src/components/home/hero.tsx
+++ b/apps/landing/src/components/home/hero.tsx
@@ -33,15 +33,15 @@ const Screenshot = () => {
style={{
backfaceVisibility: "hidden",
}}
- className="shadow-huge relative z-20 mx-auto w-fit max-w-full rounded-full border bg-gray-800 px-3 py-2 text-sm text-gray-50 subpixel-antialiased"
+ className="relative z-20 mx-auto w-fit max-w-full rounded-full border bg-gray-800 px-3 py-2 text-gray-50 text-sm subpixel-antialiased shadow-huge"
>
-
-
-
+
+
+
{
}}
initial="hidden"
animate={isLoaded ? "visible" : "hidden"}
- className="shadow-huge mx-auto w-fit overflow-hidden rounded-md border"
+ className="mx-auto w-fit overflow-hidden rounded-md border shadow-huge"
>
@@ -105,10 +105,10 @@ export const MarketingHero = ({
-
+
{title}
-
+
{description}
@@ -122,9 +122,9 @@ export const MarketingHero = ({
{
alt="5 stars"
/>
-
+
{
@@ -302,7 +302,7 @@ export const BigTestimonial = () => {
/>
Eric Fletcher
-
+
{
-
+
@@ -56,7 +56,7 @@ export const LoginPage = ({ magicLink, email }: PageProps) => {
{data?.name ?? }
-
diff --git a/apps/web/src/app/[locale]/(auth)/components/auth-page.tsx b/apps/web/src/app/[locale]/(auth)/components/auth-page.tsx
index 8f54f3294..a6e5cdde4 100644
--- a/apps/web/src/app/[locale]/(auth)/components/auth-page.tsx
+++ b/apps/web/src/app/[locale]/(auth)/components/auth-page.tsx
@@ -16,7 +16,7 @@ export function AuthPageHeader({ children }: { children: React.ReactNode }) {
}
export function AuthPageTitle({ children }: { children: React.ReactNode }) {
- return
{children}
;
+ return
{children}
;
}
export function AuthPageDescription({
@@ -33,6 +33,6 @@ export function AuthPageContent({ children }: { children: React.ReactNode }) {
export function AuthPageExternal({ children }: { children: React.ReactNode }) {
return (
-
{children}
+
{children}
);
}
diff --git a/apps/web/src/app/[locale]/(space)/app-card.tsx b/apps/web/src/app/[locale]/(space)/app-card.tsx
index 89c62cc7e..927188ff9 100644
--- a/apps/web/src/app/[locale]/(space)/app-card.tsx
+++ b/apps/web/src/app/[locale]/(space)/app-card.tsx
@@ -12,7 +12,7 @@ export function AppCard({
return (
@@ -94,7 +94,7 @@ export function AppCardDescription({
return (
diff --git a/apps/web/src/app/[locale]/(space)/components/sidebar/app-sidebar.tsx b/apps/web/src/app/[locale]/(space)/components/sidebar/app-sidebar.tsx
index a93bf268f..909a49394 100644
--- a/apps/web/src/app/[locale]/(space)/components/sidebar/app-sidebar.tsx
+++ b/apps/web/src/app/[locale]/(space)/components/sidebar/app-sidebar.tsx
@@ -81,12 +81,12 @@ export async function AppSidebar({
{!user.isPro ? (
<>
-
+
-
+
{name}
-
diff --git a/apps/web/src/app/[locale]/(space)/components/top-bar.tsx b/apps/web/src/app/[locale]/(space)/components/top-bar.tsx
index d88c13dcf..637c4b9a4 100644
--- a/apps/web/src/app/[locale]/(space)/components/top-bar.tsx
+++ b/apps/web/src/app/[locale]/(space)/components/top-bar.tsx
@@ -10,7 +10,7 @@ export function TopBar({
return (
@@ -44,5 +44,5 @@ export function TopBarGroup({
}
export function TopBarSeparator() {
- return
;
+ return
;
}
diff --git a/apps/web/src/app/[locale]/(space)/events/events-tabbed-view.tsx b/apps/web/src/app/[locale]/(space)/events/events-tabbed-view.tsx
index 76c2117dc..f1801aced 100644
--- a/apps/web/src/app/[locale]/(space)/events/events-tabbed-view.tsx
+++ b/apps/web/src/app/[locale]/(space)/events/events-tabbed-view.tsx
@@ -45,7 +45,7 @@ export function EventsTabbedView({ children }: { children: React.ReactNode }) {
key={tab}
className={cn(
"transition-opacity",
- isPending ? "opacity-50 delay-200 pointer-events-none" : "",
+ isPending ? "pointer-events-none opacity-50 delay-200" : "",
)}
>
{children}
diff --git a/apps/web/src/app/[locale]/(space)/feedback-alert.tsx b/apps/web/src/app/[locale]/(space)/feedback-alert.tsx
index 56cb7a630..8e213568d 100644
--- a/apps/web/src/app/[locale]/(space)/feedback-alert.tsx
+++ b/apps/web/src/app/[locale]/(space)/feedback-alert.tsx
@@ -16,7 +16,7 @@ export function FeedbackAlert() {
}
return (
-
+
@@ -24,14 +24,14 @@ export function FeedbackAlert() {
-
+
-
+