Skip to content
Snippets Groups Projects
Unverified Commit 857cd633 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray
Browse files

Remove trailing space after author name in note header

parent 91374baf
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -66,9 +66,7 @@
<template>
<div class="note-header-info">
<a :href="author.path">
<span class="note-header-author-name">
{{ author.name }}
</span>
<span class="note-header-author-name">{{ author.name }}</span>
<span class="note-headline-light">
@{{ author.username }}
</span>
Loading
Loading
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