Move description above separator
This commit is contained in:
parent
1a098cadd3
commit
ff73fbce10
1 changed files with 1 additions and 1 deletions
|
@ -18,8 +18,8 @@ export default function(props: Props) {
|
||||||
By {props.author.name} on <time dateTime={props.date.toISOString()}>{dateFormatted}</time>
|
By {props.author.name} on <time dateTime={props.date.toISOString()}>{dateFormatted}</time>
|
||||||
</p>
|
</p>
|
||||||
}
|
}
|
||||||
{props.comp.separator()}
|
|
||||||
<p className="subheading">{ props.description }</p>
|
<p className="subheading">{ props.description }</p>
|
||||||
|
{props.comp.separator()}
|
||||||
</header>
|
</header>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue