minor fix

This commit is contained in:
Rodrigo Antinarelli 2020-04-13 13:55:40 -03:00 committed by James A. Petts
parent 6434c0f112
commit 164fef3542

View File

@ -47,8 +47,8 @@ const ViewportActionBar = ({ isTracked, isLocked, modality }) => {
</div> </div>
<div className="flex ml-4"> <div className="flex ml-4">
<span className="text-base text-common-light"> <span className="text-base text-common-light">
Series is{' '} Series is
<span className="text-white font-bold">tracked</span> and can <span className="text-white font-bold"> tracked</span> and can
be viewed <br /> in the measurement panel be viewed <br /> in the measurement panel
</span> </span>
</div> </div>