Skip to content

Commit 79209d8

Browse files
athospyclaude
andcommitted
fix: re-enable Try the demo button
The demo button was hidden in #578 because the JWT token kept expiring and required manual rotation. The token was subsequently updated with a far-future expiry (year 2299) in commit da834ce, which removes the need for manual rotation going forward. The demo account is working and provides a useful way for contributors without a comma device to explore and test the app locally. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 57fd59c commit 79209d8

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/components/anonymous.jsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,7 @@ class AnonymousLanding extends Component {
163163
</span>
164164

165165
<a onClick={loginAsDemoUser}
166-
className="flex items-center pl-4 pr-3 py-2 font-medium border border-white rounded-full hover:bg-[rgba(255,255,255,0.1)] active:bg-[rgba(255,255,255,0.2)] transition-colors"
167-
style={{ height: 0, overflow: 'hidden', opacity: 0 }}
166+
className="flex items-center pl-4 pr-3 py-2 font-medium border border-white rounded-full hover:bg-[rgba(255,255,255,0.1)] active:bg-[rgba(255,255,255,0.2)] transition-colors cursor-pointer"
168167
>
169168
Try the demo
170169
<RightArrow className="ml-1 h-4" />

0 commit comments

Comments
 (0)