Add version display to TimelineComponent in release notes
parent
19415f312a
commit
8af7b64a60
|
@ -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}>
|
||||
|
|
Loading…
Reference in New Issue