ErrorBoundary: fix RTL arrow
This commit is contained in:
parent
e0f43986a7
commit
10f4ea3079
1 changed files with 2 additions and 1 deletions
|
@ -152,7 +152,8 @@ class ErrorBoundary extends React.PureComponent<Props, State> {
|
||||||
<div className='mt-10'>
|
<div className='mt-10'>
|
||||||
<a href='/' className='text-base font-medium text-primary-600 hover:underline dark:text-accent-blue'>
|
<a href='/' className='text-base font-medium text-primary-600 hover:underline dark:text-accent-blue'>
|
||||||
<FormattedMessage id='alert.unexpected.return_home' defaultMessage='Return Home' />
|
<FormattedMessage id='alert.unexpected.return_home' defaultMessage='Return Home' />
|
||||||
<span aria-hidden='true'> →</span>
|
{' '}
|
||||||
|
<span className='inline-block rtl:rotate-180' aria-hidden='true'>→</span>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue