Skip to content

Commit

Permalink
style: sort Tailwind class names
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahsnider committed Jun 3, 2024
1 parent c7627ec commit 0757e69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/app/components/url-stats/url-stats-input.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export function UrlStatsInput({ setShortUrl, isLoading, error }: Props) {
>
<input
className={
'placeholder-[rgba(10, 0, 37, 0.6)] h-full w-full rounded-l p-4 text-black outline-none bg-transparent'
'placeholder-[rgba(10, 0, 37, 0.6)] h-full w-full rounded-l bg-transparent p-4 text-black outline-none'
}
placeholder={baseUrl}
type='url'
Expand Down

0 comments on commit 0757e69

Please sign in to comment.