fix(web): descr for server tl, title for home tl

This commit is contained in:
əlemi 2024-05-13 17:10:46 +02:00
parent 0badc71c92
commit 5dc2674955
Signed by: alemi
GPG key ID: A4895B84D311642C

View file

@ -55,7 +55,7 @@ pub fn App() -> impl IntoView {
view! {
<nav class="w-100 mt-1 mb-1 pb-s">
<code class="color ml-3" ><a class="upub-title" href={title_target} >μpub</a></code>
<small class="ml-1 mr-1 hidden-on-tiny" ><a class="clean" href={title_target} >micro social network, federated</a></small>
<small class="ml-1 mr-1 hidden-on-tiny" ><a class="clean" href="/web/server" >micro social network, federated</a></small>
/* TODO kinda jank with the float but whatever, will do for now */
<input type="submit" class="mr-2 rev" on:click=move |_| set_menu.set(!menu.get()) value="menu" style="float: right" />
</nav>