mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-30 16:27:11 +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
|
@ -40,7 +40,7 @@ const NotificationsToggle: React.VoidFunctionComponent<NotificationsToggleProps>
|
|||
}}
|
||||
components={{
|
||||
b: (
|
||||
<span className="text-indigo-300 whitespace-nowrap font-medium font-mono " />
|
||||
<span className="whitespace-nowrap font-mono font-medium text-indigo-300 " />
|
||||
),
|
||||
}}
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue