style: use rocket icon for all Go to Play buttons

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-06 17:42:49 +01:00
parent 3cf81bd381
commit 454c477c40

View File

@@ -490,7 +490,7 @@
href="/play" href="/play"
class="cursor-pointer bg-gradient-to-r from-primary to-accent hover:from-primary/90 hover:to-accent/90" class="cursor-pointer bg-gradient-to-r from-primary to-accent hover:from-primary/90 hover:to-accent/90"
> >
<span class="icon-[ri--play-line] w-4 h-4 mr-2"></span> <span class="icon-[ri--rocket-line] w-4 h-4 mr-2"></span>
{$_("me.recordings.go_to_play")} {$_("me.recordings.go_to_play")}
</Button> </Button>
</div> </div>
@@ -512,7 +512,7 @@
href="/play" href="/play"
class="cursor-pointer bg-gradient-to-r from-primary to-accent hover:from-primary/90 hover:to-accent/90" class="cursor-pointer bg-gradient-to-r from-primary to-accent hover:from-primary/90 hover:to-accent/90"
> >
<span class="icon-[ri--play-line] w-4 h-4 mr-2"></span> <span class="icon-[ri--rocket-line] w-4 h-4 mr-2"></span>
{$_("me.recordings.go_to_play")} {$_("me.recordings.go_to_play")}
</Button> </Button>
</div> </div>