1
0
Fork 0
mirror of https://github.com/Nutomic/ibis.git synced 2024-11-22 08:31:09 +00:00

Show version and source link in sidebar (fixes #86)

This commit is contained in:
Felix Ableitner 2024-10-30 16:18:03 +01:00
parent aaec884d8f
commit 5a57c6520b

View file

@ -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>
}
}