Skip to content

Commit ec519e4

Browse files
done
1 parent f94410a commit ec519e4

File tree

6 files changed

+8
-60
lines changed

6 files changed

+8
-60
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
"@radix-ui/react-alert-dialog": "^1.0.5",
2020
"@radix-ui/react-dialog": "^1.0.5",
2121
"@radix-ui/react-dropdown-menu": "^2.0.6",
22-
"@radix-ui/react-select": "^2.0.0",
2322
"@radix-ui/react-switch": "^1.0.3",
2423
"@radix-ui/react-tooltip": "^1.0.7",
2524
"@t3-oss/env-nextjs": "^0.7.1",

pnpm-lock.yaml

Lines changed: 0 additions & 50 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/app/_svg/heart-filled-icon.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,14 @@ const SvgHeartFilledIcon = (props: SVGProps<SVGSVGElement>) => (
44
xmlns="http://www.w3.org/2000/svg"
55
width={16}
66
height={16}
7-
fill="none"
7+
fill="currentColor"
88
viewBox="0 0 16 16"
99
{...props}
1010
>
1111
<path
12-
fill="currentColor"
1312
stroke="currentColor"
14-
d="M2 4.004c-.907 1.411-.686 3.31.5 4.496l4.793 4.793a1 1 0 0 0 1.414 0L13.5 8.5c1.186-1.186 1.407-3.085.5-4.496-1.38-2.147-4.584-2.123-6 0-1.416-2.123-4.62-2.147-6 0z"
1513
strokeLinejoin="round"
14+
d="M2.47 4.442c-.887 1.362-.44 3.183.69 4.322l4.105 4.441a1 1 0 0 0 1.469 0l4.105-4.441c1.128-1.139 1.58-2.96.691-4.326C12.197 2.39 9.152 2.39 8 5.352 6.847 2.39 3.805 2.39 2.47 4.442Z"
1615
/>
1716
</svg>
1817
)

src/app/_svg/heart-icon.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ const SvgHeartIcon = (props: SVGProps<SVGSVGElement>) => (
1010
>
1111
<path
1212
stroke="currentColor"
13-
d="M2 4.004c-.907 1.411-.686 3.31.5 4.496l4.793 4.793a1 1 0 0 0 1.414 0L13.5 8.5c1.186-1.186 1.407-3.085.5-4.496-1.38-2.147-4.584-2.123-6 0-1.416-2.123-4.62-2.147-6 0z"
1413
strokeLinejoin="round"
14+
d="M2.47 4.442c-.887 1.362-.44 3.183.69 4.322l4.105 4.441a1 1 0 0 0 1.469 0l4.105-4.441c1.128-1.139 1.58-2.96.691-4.326C12.197 2.39 9.152 2.39 8 5.352 6.847 2.39 3.805 2.39 2.47 4.442Z"
1515
/>
1616
</svg>
1717
)

src/svg/heart-filled-icon.svg

Lines changed: 3 additions & 3 deletions
Loading

src/svg/heart-icon.svg

Lines changed: 2 additions & 2 deletions
Loading

0 commit comments

Comments
 (0)