Skip to content

Commit

Permalink
VKT(Frontend): Fix PaymentSuccess page layout [deploy]
Browse files Browse the repository at this point in the history
  • Loading branch information
pkoivisto committed Dec 5, 2024
1 parent 4b4f212 commit 370c5e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const ExamEventDetails = ({
const { date, examiner, language, location } = examEvent;

return (
<div className="rows gapped-xxs">
<div className="rows">
<Text>
{t('examLanguage')}:{' '}
<b>{translateCommon(`examLanguage.${language}`)}</b>
Expand Down

0 comments on commit 370c5e2

Please sign in to comment.