mirror of
https://dev.azure.com/tstanciu94/NetworkResurrector/_git/NetworkResurrector
synced 2025-06-21 19:17:04 +03:00
Add version display to TimelineComponent in release notes
This commit is contained in:
parent
19415f312a
commit
8af7b64a60
@ -74,6 +74,9 @@ const TimelineComponent = ({ releases }) => {
|
|||||||
date: { value: release.date, format: "DD-MM-YYYY HH:mm" }
|
date: { value: release.date, format: "DD-MM-YYYY HH:mm" }
|
||||||
})}
|
})}
|
||||||
</Typography>
|
</Typography>
|
||||||
|
<Typography variant="body2" color="textSecondary">
|
||||||
|
{t("About.ReleaseNotes.Version")}: {release.version}
|
||||||
|
</Typography>
|
||||||
</TimelineOppositeContent>
|
</TimelineOppositeContent>
|
||||||
<TimelineSeparator>
|
<TimelineSeparator>
|
||||||
<TimelineDot color={release.dot.color} variant={release.dot.variant}>
|
<TimelineDot color={release.dot.color} variant={release.dot.variant}>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user