mirror of
https://github.com/woodchen-ink/nezha-dash-v1.git
synced 2025-07-18 17:41:56 +08:00
fix: hash url
This commit is contained in:
parent
b8ec538fd9
commit
b8f991a80b
@ -29,7 +29,11 @@ const Footer: React.FC = () => {
|
|||||||
<a href={"https://github.com/hamster1963/nezha-dash"} target="_blank">
|
<a href={"https://github.com/hamster1963/nezha-dash"} target="_blank">
|
||||||
nezha-dash
|
nezha-dash
|
||||||
</a>
|
</a>
|
||||||
{import.meta.env.VITE_GIT_HASH && <span className="ml-1">({import.meta.env.VITE_GIT_HASH})</span>}
|
{import.meta.env.VITE_GIT_HASH && (
|
||||||
|
<a href={"https://github.com/hamster1963/nezha-dash-v1/commit/" + import.meta.env.VITE_GIT_HASH} className="ml-1">
|
||||||
|
({import.meta.env.VITE_GIT_HASH})
|
||||||
|
</a>
|
||||||
|
)}
|
||||||
</p>
|
</p>
|
||||||
</section>
|
</section>
|
||||||
</section>
|
</section>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user