Skip to content

Commit

Permalink
Fix inline visual test
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielleHuisman committed Apr 19, 2024
1 parent 42f8d0f commit 6431c01
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/leptos/tests/visual/src/spec/inline.rs
Original file line number Diff line number Diff line change
Expand Up @@ -164,14 +164,13 @@ pub fn Inline() -> impl IntoView {
<p class="prose" style:padding="10px">
Lorem ipsum dolor sit amet, consectetur adipiscing elit.{' '}
{move || view! {
<span
<strong
style:color="royalblue"
style:font-weight="bold"
on:mouseenter=handle_mouse_enter
on:mouseleave=handle_mouse_leave
>
{text}
</span>
</strong>
}.into_any().node_ref(reference_ref)}. Ut eu magna eu augue efficitur bibendum id commodo tellus. Nullam
gravida, mi nec sodales tincidunt, lorem orci aliquam ex, id commodo
erat libero ut risus. Nam molestie non lectus sit amet tempus. Vivamus
Expand Down

0 comments on commit 6431c01

Please sign in to comment.