Skip to content

Commit

Permalink
Fix paragraphs nesting
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzemien97 committed Mar 28, 2024
1 parent 5f556d7 commit eb9cdbe
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/data/features.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ const FEATURES: FeatureItem[] = [
hyperlink: '/docs/leo-rover/specification',
},
text: (
<p>
Ready to go open-source 4x4 mobile robot. <br></br>
Weatherproof | ROS based | Built-in UI and video streaming
</p>
<span>
`Ready to go open-source 4x4 mobile robot. <br /> Weatherproof | ROS
based | Built-in UI and video streaming`
</span>
),
},
{
Expand All @@ -34,11 +34,11 @@ const FEATURES: FeatureItem[] = [
hyperlink: '/docs/rapha-rover/specification',
},
text: (
<p>
Research-ready platform designed to streamline development of various
<span>
`Research-ready platform designed to streamline development of various
robotic projects, including inspection, agriculture, construction, and
more.
</p>
more.`
</span>
),
},
];
Expand Down

0 comments on commit eb9cdbe

Please sign in to comment.