Skip to content
Snippets Groups Projects
Commit f534ee89 authored by Todd Dembrey's avatar Todd Dembrey
Browse files

Remove the bold from the visibility

parent 56d0b824
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@
{% if activity.private %}
<p class="feed__meta-item feed__meta-item--right">
<svg class="icon icon--eye"><use xlink:href="#eye"></use></svg>
<strong>{{ activity.visibility }}</strong>
{{ activity.visibility }}
</p>
{% endif %}
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment