fix(web): better tabs for context/replies
This commit is contained in:
parent
129bc217b8
commit
88d67091c2
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ pub fn ObjectView() -> impl IntoView {
|
|||
<Object object=object />
|
||||
<hr class="color ma-2" />
|
||||
<code class="cw color center mt-1 mb-1 ml-3 mr-3">
|
||||
<a href=format!("{base}/context")><b>context</b></a> | <a href=format!("{base}/replies")><b>replies</b></a>
|
||||
<a href=format!("{base}/context")><span class="emoji">"🕸️"</span>" "<b>context</b></a>" | "<a href=format!("{base}/replies")><span class="emoji">"📫"</span>" "<b>replies</b></a>
|
||||
</code>
|
||||
<Outlet />
|
||||
}.into_view()
|
||||
|
|
Loading…
Reference in a new issue