mirror of
https://github.com/PeWu/topola-viewer.git
synced 2026-08-02 09:01:48 +00:00
Refactoring: moved some source files into subdirectories
This commit is contained in:
@@ -110,9 +110,7 @@ export function Intro() {
|
||||
<p className="ui right aligned version">
|
||||
version: {formatBuildDate(process.env.REACT_APP_GIT_TIME!)} (
|
||||
<a
|
||||
href={`https://github.com/PeWu/topola-viewer/commit/${
|
||||
process.env.REACT_APP_GIT_SHA
|
||||
}`}
|
||||
href={`https://github.com/PeWu/topola-viewer/commit/${process.env.REACT_APP_GIT_SHA}`}
|
||||
>
|
||||
{process.env.REACT_APP_GIT_SHA}
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user