Set route button to uppercase for consistency
This commit is contained in:
parent
dcbb00f7c4
commit
88591697a2
1 changed files with 1 additions and 0 deletions
|
@ -230,6 +230,7 @@ export const PlaylistDetailContent = ({ tableRef }: PlaylistDetailContentProps)
|
||||||
</DropdownMenu>
|
</DropdownMenu>
|
||||||
<Button
|
<Button
|
||||||
compact
|
compact
|
||||||
|
uppercase
|
||||||
component={Link}
|
component={Link}
|
||||||
to={generatePath(AppRoute.PLAYLISTS_DETAIL_SONGS, { playlistId })}
|
to={generatePath(AppRoute.PLAYLISTS_DETAIL_SONGS, { playlistId })}
|
||||||
variant="subtle"
|
variant="subtle"
|
||||||
|
|
Reference in a new issue