We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7489bd9 commit c14494bCopy full SHA for c14494b
src/components/blog_content.rs
@@ -186,9 +186,7 @@ pub fn ArticleHeader(
186
.collect::<Vec<_>>()}
187
<div class="flex flex-row flex-wrap items-center gap-2">
188
{if social.is_empty() {
189
- view! {
190
- <></>
191
- }
+ view! { <></> }
192
} else {
193
view! {
194
<>
src/components/esta_semana_en_rust/blog_content.rs
@@ -52,13 +52,11 @@ pub fn BlogContent(#[prop()] article: Article) -> impl IntoView {
52
view! { <></> }
53
}}
54
55
56
57
58
59
60
61
- <hr class="h-[0.875rem] w-px bg-gray-700 border-0" />
+ <hr class="h-[0.875rem] w-px bg-gray-700 border-0" />
62
</>
63
}
64
0 commit comments