@@ -68,7 +68,7 @@ export default function AboutContent() {
type="warning"
showIcon
icon={
}
- message="Single Vendor Risk"
+ title="Single Vendor Risk"
description="Thousands of dollars worth of climbing equipment relies on software from two small companies. If that software stops working, your expensive LED system becomes unusable."
/>
diff --git a/packages/web/app/auth/error/auth-error-content.tsx b/packages/web/app/auth/error/auth-error-content.tsx
index 22551ee3..2f81eb96 100644
--- a/packages/web/app/auth/error/auth-error-content.tsx
+++ b/packages/web/app/auth/error/auth-error-content.tsx
@@ -71,10 +71,10 @@ export default function AuthErrorContent() {
}}
>
-
+
Authentication Error
-
+
diff --git a/packages/web/app/auth/login/auth-page-content.tsx b/packages/web/app/auth/login/auth-page-content.tsx
index 0d85c821..d39c7b03 100644
--- a/packages/web/app/auth/login/auth-page-content.tsx
+++ b/packages/web/app/auth/login/auth-page-content.tsx
@@ -268,7 +268,7 @@ export default function AuthPageContent() {
}}
>
-
+
Sign in or create an account to continue
diff --git a/packages/web/app/auth/verify-request/verify-request-content.tsx b/packages/web/app/auth/verify-request/verify-request-content.tsx
index 8548c1ca..02484030 100644
--- a/packages/web/app/auth/verify-request/verify-request-content.tsx
+++ b/packages/web/app/auth/verify-request/verify-request-content.tsx
@@ -88,11 +88,11 @@ export default function VerifyRequestContent() {
}}
>
-
+
{errorMessage ? (
<>
-
+
>
) : (
<>
diff --git a/packages/web/app/components/auth/auth-modal.tsx b/packages/web/app/components/auth/auth-modal.tsx
index 596159fb..63d1cb0e 100644
--- a/packages/web/app/components/auth/auth-modal.tsx
+++ b/packages/web/app/components/auth/auth-modal.tsx
@@ -124,6 +124,7 @@ export default function AuthModal({
{
key: 'login',
label: 'Login',
+ forceRender: true,
children: (
-
-
+
+
{title}
{description}
-
+
or
diff --git a/packages/web/app/components/board-page/angle-selector.tsx b/packages/web/app/components/board-page/angle-selector.tsx
index f6706a10..fb9cf376 100644
--- a/packages/web/app/components/board-page/angle-selector.tsx
+++ b/packages/web/app/components/board-page/angle-selector.tsx
@@ -151,7 +151,7 @@ export default function AngleSelector({ boardName, currentAngle, currentClimb }:
>
{currentClimb && (
diff --git a/packages/web/app/components/climb-actions/actions/playlist-action.tsx b/packages/web/app/components/climb-actions/actions/playlist-action.tsx
index b2f54e7d..41a9415d 100644
--- a/packages/web/app/components/climb-actions/actions/playlist-action.tsx
+++ b/packages/web/app/components/climb-actions/actions/playlist-action.tsx
@@ -158,7 +158,7 @@ export function PlaylistAction({
Add to Playlist
{playlists.length === 0 && !showCreateForm ? (
-