Add span for mobile return text and standardize on notifications title for localization (#325)

This commit is contained in:
Ben Holt
2020-12-21 11:02:39 -05:00
committed by GitHub
parent 6dc7ff761a
commit c6661e71b1

View File

@@ -46,7 +46,7 @@ function REV1512Flyover({ toggleREV1512Flyover }) {
fontSize: '16px',
}}
>
<span className="rev-1512-notification-span">Notification</span>
<span className="rev-1512-notification-span">Notifications</span>
<svg
onClick={toggleREV1512Flyover}
className="hideFlyover"
@@ -127,7 +127,9 @@ function REV1512FlyoverMobile({ toggleREV1512Flyover }) {
marginBottom: 2,
}}
/>
Back to course
<span className="rev-1512-mobile-return-text">
Back to course
</span>
</span>
</div>
<div