mirror of
https://github.com/Nutomic/ibis.git
synced 2024-11-22 01:51:10 +00:00
Show version and source link in sidebar (fixes #86)
This commit is contained in:
parent
aaec884d8f
commit
5a57c6520b
1 changed files with 7 additions and 0 deletions
|
@ -96,6 +96,13 @@ pub fn Nav() -> impl IntoView {
|
|||
}
|
||||
|
||||
</Show>
|
||||
<div class="flex-grow"></div>
|
||||
<p class="m-1">"Version "{env!("CARGO_PKG_VERSION")}</p>
|
||||
<p class="m-1">
|
||||
<a href="https://github.com/Nutomic/ibis" class="link">
|
||||
Source Code
|
||||
</a>
|
||||
</p>
|
||||
</nav>
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue