diff --git a/jam-ui/src/components/sessions/JKSession.js b/jam-ui/src/components/sessions/JKSession.js index 448ae19be..e574ef3c9 100644 --- a/jam-ui/src/components/sessions/JKSession.js +++ b/jam-ui/src/components/sessions/JKSession.js @@ -92,9 +92,9 @@ clicks this button, we open an audio stream using Icecast server to let the user }; const musicianRowStyle = { - height: "40px", + height: "50px", flexWrap: "wrap", - overflow: "hidden" + overflow: "hidden", } const instrumentIconFile = track => { @@ -147,7 +147,7 @@ clicks this button, we open an audio stream using Icecast server to let the user {participant.tracks.map(track => ( - + {track.instrment} ))} diff --git a/jam-ui/src/components/sessions/JKSessionList.js b/jam-ui/src/components/sessions/JKSessionList.js index 97ed3931e..b1ee1ce4c 100644 --- a/jam-ui/src/components/sessions/JKSessionList.js +++ b/jam-ui/src/components/sessions/JKSessionList.js @@ -10,8 +10,8 @@ function JKSessionList({ sessions }) { - - +
{t('list.header.session', { ns: 'sessions' })} + {t('list.header.session', { ns: 'sessions' })} {t('list.header.musicians', { ns: 'sessions' })} {t('list.header.latency', { ns: 'sessions' })}