Use prettier to order tailwind classes

This commit is contained in:
Luke Vella 2022-04-16 10:25:29 +01:00
parent c5c2816c3d
commit eee23c1bb5
52 changed files with 268 additions and 262 deletions

View file

@ -22,7 +22,7 @@ export const truncateLink = (href: string, text: string, key: number) => {
<Tooltip
key={key}
content={
<div className="text-xs font-mono max-w-md break-all">{href}</div>
<div className="max-w-md break-all font-mono text-xs">{href}</div>
}
>
<a href={href}>{finalText}</a>