Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Unreleased
----------

- fiddle with hard space in Nuclia block text
[tkimnguyen]

- restore hard space in Nuclia block text
[tkimnguyen]

Expand Down
4 changes: 2 additions & 2 deletions frontend/src/components/Blocks/Nuclia/Body.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ const Body = (props) => {
</div>
<div id={'nuclia-search-wrapper'}>
<p>
Search inside the videos from{' '}
<strong>Plone Conferences 2022, 2021 and 2020</strong> and jump
Search inside the videos from
<strong>{' '}Plone Conferences 2022, 2021 and 2020</strong> and jump
directly to the relevant part of that talk
</p>
{loaded && (
Expand Down