mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 03:44:29 +03:00
Fixed lint
This commit is contained in:
parent
06ed1d70cb
commit
05fc1ca810
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user