Skip to content

Commit d1a997e

Browse files
author
Ethan Jon
committed
disclaimer
1 parent 644b665 commit d1a997e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

react/components/post.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,10 @@ class Post extends PureComponent {
294294
/>
295295
)}
296296

297+
{postData.type !== 'page' && !this.context.postStore && (
298+
<div className='my3 gray'>{`The views and opinions of ${postData.name} are theirs alone and do not necessarily reflect the views and opinions of their employer, employees, collaborators, or anyone else.`}</div>
299+
)}
300+
297301
{this.context.postStore &&
298302
<SubmissionStatus
299303
className='mt4 bg-darken-0 p3'

0 commit comments

Comments
 (0)