style: add new tailwind prettier plugin (#2465)

This commit is contained in:
Ryan Cohen
2022-01-25 21:09:41 +09:00
committed by GitHub
parent 5b2a8f682b
commit 822ae9eec7
104 changed files with 737 additions and 734 deletions

View File

@@ -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>