mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-01 20:28:40 -05:00
style: add new tailwind prettier plugin (#2465)
This commit is contained in:
@@ -46,9 +46,9 @@ const Error: NextPage<ErrorProps> = ({ statusCode }) => {
|
||||
: getErrorMessage(statusCode)}
|
||||
</div>
|
||||
<Link href="/">
|
||||
<a className="flex mt-2">
|
||||
<a className="mt-2 flex">
|
||||
{intl.formatMessage(messages.returnHome)}
|
||||
<ArrowCircleRightIcon className="w-6 h-6 ml-2" />
|
||||
<ArrowCircleRightIcon className="ml-2 h-6 w-6" />
|
||||
</a>
|
||||
</Link>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user