Add version display to TimelineComponent in release notes

master^2
Tudor Stanciu 2024-11-10 23:25:14 +02:00
parent 19415f312a
commit 8af7b64a60
1 changed files with 3 additions and 0 deletions

View File

@ -74,6 +74,9 @@ const TimelineComponent = ({ releases }) => {
date: { value: release.date, format: "DD-MM-YYYY HH:mm" }
})}
</Typography>
<Typography variant="body2" color="textSecondary">
{t("About.ReleaseNotes.Version")}: {release.version}
</Typography>
</TimelineOppositeContent>
<TimelineSeparator>
<TimelineDot color={release.dot.color} variant={release.dot.variant}>