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:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user