Commit ff707db3 authored by Lyza Danger Gardner's avatar Lyza Danger Gardner

Do not link last-edited timestamp to annotation single view

Render, but do not link, the last-edited timestamp. Having both this
and the created timestamp linked to the single-annotation view can lead
to confusion, as it might seem like they link to two different places
if they’re both linked.
parent 8017d7c1
...@@ -44,7 +44,6 @@ function AnnotationHeader({ ...@@ -44,7 +44,6 @@ function AnnotationHeader({
(edited{' '} (edited{' '}
<Timestamp <Timestamp
className="annotation-header__timestamp-edited-link" className="annotation-header__timestamp-edited-link"
href={annotationLink}
timestamp={annotation.updated} timestamp={annotation.updated}
/> />
){' '} ){' '}
......
...@@ -21,8 +21,7 @@ ...@@ -21,8 +21,7 @@
color: $grey-4; color: $grey-4;
} }
&__timestamp-created-link, &__timestamp-created-link {
&__timestamp-edited-link {
&:hover { &:hover {
text-decoration: underline; text-decoration: underline;
} }
...@@ -32,10 +31,6 @@ ...@@ -32,10 +31,6 @@
color: $grey-5; color: $grey-5;
} }
&__timestamp-edited-link {
color: $grey-4;
}
&__highlight { &__highlight {
margin-right: 5px; margin-right: 5px;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment