mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-24 14:43:08 +03:00
parent
b351e75feb
commit
db584379fa
@ -2,7 +2,7 @@ import React from 'react';
|
||||
|
||||
const Empty = (props) => {
|
||||
return (
|
||||
<div className="pr-8 pt-2 pb-10 italic text-center font-sans leading-normal text-neutral-400 dark:text-[rgba(255,255,255,0.85)]">
|
||||
<div className="px-2 pt-0 pb-10 font-sans text-center leading-normal text-neutral-400 dark:text-[rgba(255,255,255,0.85)]">
|
||||
There are currently no comments.
|
||||
</div>
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user