fix: long-press select deselection bug, swap sun emoji for dice, bump version to 0.6.2

Made-with: Cursor
This commit is contained in:
cottongin
2026-03-23 02:48:56 -04:00
parent d613d4e507
commit 512b36da51
3 changed files with 11 additions and 4 deletions

View File

@@ -196,7 +196,7 @@ function SessionDetail() {
)}
{isSunday(session.created_at) && (
<span className="bg-amber-100 dark:bg-amber-900 text-amber-800 dark:text-amber-200 text-xs px-2 py-0.5 rounded font-semibold">
Game Night
🎲 Game Night
</span>
)}
</div>