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>
|
||||
<Button
|
||||
compact
|
||||
uppercase
|
||||
component={Link}
|
||||
to={generatePath(AppRoute.PLAYLISTS_DETAIL_SONGS, { playlistId })}
|
||||
variant="subtle"
|
||||
|
|
Reference in a new issue