mirror of
https://github.com/lukevella/rallly.git
synced 2025-05-10 23:46:49 +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
|
@ -5,10 +5,10 @@ const Header: React.FunctionComponent<{ className?: string }> = (props) => {
|
|||
const { t } = useTranslation();
|
||||
return (
|
||||
<div
|
||||
className="h-10 shrink-0 border-gray-200 px-6 flex items-center"
|
||||
className="flex h-10 shrink-0 items-center border-gray-200 px-6"
|
||||
{...props}
|
||||
>
|
||||
<div className="text-base font-bold text-gray-400 uppercase">
|
||||
<div className="text-base font-bold uppercase text-gray-400">
|
||||
{t("appName")}
|
||||
</div>
|
||||
<div className="ml-2 text-xs text-gray-400">v2-alpha</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue