From b64c9f071968efc8bbcb54536eade9c639474634 Mon Sep 17 00:00:00 2001 From: Sebastian Jeltsch Date: Sun, 26 Jan 2025 22:14:00 +0100 Subject: [PATCH] Minor polish for collab clicker example. --- examples/collab-clicker-ssr/src/App.tsx | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/examples/collab-clicker-ssr/src/App.tsx b/examples/collab-clicker-ssr/src/App.tsx index c3aa3f6..1e17845 100644 --- a/examples/collab-clicker-ssr/src/App.tsx +++ b/examples/collab-clicker-ssr/src/App.tsx @@ -63,18 +63,24 @@ export function App({ initialCount }: { initialCount?: number }) { TrailBase + + If you like the demo, consider leaving a ⭐ on GitHub + +
- +
+ +

Click the acorn across different tabs, browsers or computers.

@@ -91,3 +97,5 @@ export function App({ initialCount }: { initialCount?: number }) { ) } + +const buttonStyle = "p-2 scale-95 hover:scale-100 hover:bg-accent-200 active:scale-90 animate-all font-bold";