aboutsummaryrefslogtreecommitdiff
path: root/vnext/src/components/Thread.js
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2018-10-24 14:27:30 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:53 +0300
commit955f75f1c049e4b81f2995ef4e90f5d4a657077a (patch)
tree5bb12bf43cea5aac9bd41882ee6b1f28f727c303 /vnext/src/components/Thread.js
parent9643826617928fd23722497a308fd8d24d873cd7 (diff)
drop schema.org metadata
Diffstat (limited to 'vnext/src/components/Thread.js')
-rw-r--r--vnext/src/components/Thread.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/vnext/src/components/Thread.js b/vnext/src/components/Thread.js
index 2097a315..a1255fd5 100644
--- a/vnext/src/components/Thread.js
+++ b/vnext/src/components/Thread.js
@@ -103,7 +103,7 @@ export default class Thread extends React.Component {
<Avatar user={msg.user}>
<div className="msg-ts">
<a href={`/${msg.user.uname}/${msg.mid}`}>
- <time itemProp="datePublished dateModified" itemType="http://schema.org/Date" dateTime={msg.timestamp}
+ <time dateTime={msg.timestamp}
title={moment.utc(msg.timestamp).local().format('lll')}>
{moment.utc(msg.timestamp).fromNow()}
</time>
@@ -119,7 +119,7 @@ export default class Thread extends React.Component {
{
msg.photo &&
<p className="ir"><a href={`//i.juick.com/p/${msg.mid}-${msg.rid}.${msg.attach}`} data-fname={`${msg.mid}-${msg.rid}.${msg.attach}`}>
- <img itemProp="image" src={`//i.juick.com/p/${msg.mid}-${msg.rid}.${msg.attach}`} alt="" /></a>
+ <img src={`//i.juick.com/p/${msg.mid}-${msg.rid}.${msg.attach}`} alt="" /></a>
</p>
}
<div className="msg-links">