Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 2b45bb0

Browse files
committed
format
1 parent 217dce4 commit 2b45bb0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/Libraries.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@ export interface LibrariesProps {
5656
export function Libraries({ minimal = false }: LibrariesProps) {
5757
if (minimal) {
5858
return (
59-
<div className="flex items-center w-fit h-fit">
59+
<div className="flex h-fit w-fit items-center">
6060
{libraries.map((library) => (
6161
<Link
6262
href={library.href}
6363
key={library.name}
64-
className="grayscale opacity-90 transition-opacity hover:opacity-100 hover:grayscale-0"
65-
target='_blank'
64+
className="opacity-90 grayscale transition-opacity hover:opacity-100 hover:grayscale-0"
65+
target="_blank"
6666
>
6767
<Image
6868
src={library.logo}

0 commit comments

Comments
 (0)