mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-01 08:37:31 +02:00
Use prettier to order tailwind classes
This commit is contained in:
parent
c5c2816c3d
commit
eee23c1bb5
52 changed files with 268 additions and 262 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue