fixed post-report text color. fixes #1500
This commit is contained in:
parent
1ec2b995b0
commit
dc912678fe
|
@ -36,7 +36,7 @@ module.exports = function(state, emit) {
|
|||
<h1 class="text-center text-3xl font-bold my-2">
|
||||
${state.translate('reportedTitle')}
|
||||
</h1>
|
||||
<p class="max-w-md text-center text-grey-80 leading-normal">
|
||||
<p class="max-w-md text-center leading-normal">
|
||||
${state.translate('reportedDescription')}
|
||||
</p>
|
||||
<img src="${assets.get('notFound.svg')}" class="my-12" />
|
||||
|
|
Loading…
Reference in New Issue