Fixed lint

This commit is contained in:
Rishabh 2023-05-19 20:10:25 +05:30
parent 06ed1d70cb
commit 05fc1ca810

View File

@ -46,7 +46,7 @@ const PublicationLanguage: React.FC = () => {
];
const hint = (
<p className={`text-grey-700 mt-2 inline-block text-xs`}>
<p className={`mt-2 inline-block text-xs text-grey-700`}>
Default: English (<strong>en</strong>); find out more about
<a className='text-green-400' href="https://ghost.org/docs/faq/translation/" rel="noopener noreferrer" target="_blank"> using Ghost in other languages</a>
</p>