Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
maaaathis committed Dec 5, 2023
1 parent 742f574 commit 2707cab
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion components/CreditsInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const CreditsInfo: FC = () => {
<MedalIcon />
</Button>
</PopoverTrigger>
<PopoverContent className="rounded-xl p-3 text-default-500 transition-opacity bg-background">
<PopoverContent className="rounded-xl bg-background p-3 text-default-500 transition-opacity">
originally created by{' '}
<a
className="decoration-offset-4 hover:underline"
Expand Down
2 changes: 1 addition & 1 deletion components/RelatedDomains.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const RelatedDomains: FC<RelatedDomainsProps> = ({ domain: original }) => {
key={domain}
asChild
variant="secondary"
className="h-6 p-2 text-xs rounded-lg"
className="h-6 rounded-lg p-2 text-xs"
>
<Link href={`/lookup/${domain}`}>{domain}</Link>
</Button>
Expand Down
2 changes: 1 addition & 1 deletion components/ThemeMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const ThemeMenu: FC<Record<string, never>> = () => {
'dark:data-[hover=true]:bg-default-50',
'data-[selectable=true]:focus:bg-default-50',
'data-[pressed=true]:opacity-70',
'data-[focus-visible=true]:ring-default-500'
'data-[focus-visible=true]:ring-default-500',
],
}}
>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"react-string-replace": "^1.1.1",
"swr": "^2.2.4",
"tailwind-merge": "^2.1.0",
"tailwindcss": "^3.3.5",
"tailwindcss": "^3.3.6",
"tailwindcss-animate": "^1.0.7",
"validator": "^13.11.0",
"whoiser": "^1.17.1"
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6999,7 +6999,7 @@ tailwindcss-dotted-background@^1.1.0:
resolved "https://registry.yarnpkg.com/tailwindcss-dotted-background/-/tailwindcss-dotted-background-1.1.0.tgz#0fb009d8b84ab56a438942b05affe698dae29f3b"
integrity sha512-uFzCW5Bpyn8XgppTkyzqdHecH7XCDaS/eXvegDrOCYE6PxTm7dRrD9cuUcZe6mxQFVfkLu9rDmHJdqbjz9FdLA==

tailwindcss@^3.3.5:
tailwindcss@^3.3.6:
version "3.3.6"
resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.3.6.tgz#4dd7986bf4902ad385d90d45fd4b2fa5fab26d5f"
integrity sha512-AKjF7qbbLvLaPieoKeTjG1+FyNZT6KaJMJPFeQyLfIp7l82ggH1fbHJSsYIvnbTFQOlkh+gBYpyby5GT1LIdLw==
Expand Down

0 comments on commit 2707cab

Please sign in to comment.