File tree Expand file tree Collapse file tree 1 file changed +18
-17
lines changed
Expand file tree Collapse file tree 1 file changed +18
-17
lines changed Original file line number Diff line number Diff line change @@ -131,27 +131,28 @@ function App() {
131131 < MenuItem onClick = { handleHelpClick } > Help</ MenuItem >
132132 < MenuItem onClick = { handleAboutClick } > About</ MenuItem >
133133 </ Menu >
134-
134+
135135 </ Toolbar >
136136 </ AppBar >
137137 { /* Dialog for Update Information */ }
138138 < Dialog open = { openUpdateDialog } onClose = { handleCloseUpdateDialog } >
139- < DialogTitle > Update Available</ DialogTitle >
140- < DialogContent >
141- < p > A newer version of this application is available.</ p >
142- < p >
143- Please download the latest version from{ ' ' }
144- < a href = "https://github.com/iDataVisualizationLab/TxDOT/releases" target = "_blank" rel = "noopener noreferrer" >
145- GitHub Releases
146- </ a > .
147- </ p >
148- </ DialogContent >
149- < DialogActions >
150- < Button onClick = { handleCloseUpdateDialog } color = "primary" >
151- Close
152- </ Button >
153- </ DialogActions >
154- </ Dialog >
139+ < DialogTitle > Update: New Transfer Function Available</ DialogTitle >
140+ < DialogContent >
141+ < p > A newer version of the transfer function is now available.</ p >
142+ < p >
143+ Please download the latest version from{ ' ' }
144+ < a href = "https://github.com/iDataVisualizationLab/TxDOT/releases" target = "_blank" rel = "noopener noreferrer" >
145+ GitHub Releases
146+ </ a > .
147+ </ p >
148+ </ DialogContent >
149+ < DialogActions >
150+ < Button onClick = { handleCloseUpdateDialog } color = "primary" >
151+ Close
152+ </ Button >
153+ </ DialogActions >
154+ </ Dialog >
155+
155156 { /* About Modal */ }
156157 < Dialog open = { openAboutModal } onClose = { handleCloseAboutModal } >
157158 < DialogTitle > About</ DialogTitle >
You can’t perform that action at this time.
0 commit comments