Skip to content

Commit 1812c51

Browse files
davila7claude
andcommitted
style: Make beta dashboard banner larger and more prominent
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent b414aca commit 1812c51

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

docs/index.html

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,13 @@
106106
</head>
107107
<body>
108108
<!-- Beta dashboard banner -->
109-
<div style="background: linear-gradient(90deg, #10b981, #3b82f6); text-align: center; padding: 10px 16px; font-family: system-ui, -apple-system, sans-serif; font-size: 14px; color: white;">
110-
<a href="https://app.aitmpl.com" target="_blank" rel="noopener noreferrer" style="color: white; text-decoration: none;">
111-
Try our new Dashboard <span style="background: rgba(255,255,255,0.2); padding: 2px 8px; border-radius: 4px; font-size: 11px; font-weight: 600; margin: 0 6px; letter-spacing: 0.5px;">BETA</span> Browse, search, and collect components in a modern UI &rarr;
109+
<div style="background: linear-gradient(90deg, #10b981, #059669, #3b82f6); text-align: center; padding: 18px 24px; font-family: system-ui, -apple-system, sans-serif; color: white;">
110+
<a href="https://app.aitmpl.com" target="_blank" rel="noopener noreferrer" style="color: white; text-decoration: none; display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap;">
111+
<span style="font-size: 24px;">&#127881;</span>
112+
<span style="font-size: 18px; font-weight: 600;">Try our new Dashboard</span>
113+
<span style="background: rgba(255,255,255,0.25); padding: 4px 12px; border-radius: 6px; font-size: 12px; font-weight: 700; letter-spacing: 1px;">BETA</span>
114+
<span style="font-size: 15px; opacity: 0.9;">Browse, search, and collect components in a modern UI</span>
115+
<span style="font-size: 18px;">&rarr;</span>
112116
</a>
113117
</div>
114118
<header class="header">

0 commit comments

Comments
 (0)