@bbki.ng/site 2.0.35 → 2.0.36
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -33,7 +33,7 @@ const heart = (
|
|
|
33
33
|
width={HEART_SIZE}
|
|
34
34
|
stroke-linejoin="round"
|
|
35
35
|
// style={{ color: "#fecaca" }}
|
|
36
|
-
className="text-
|
|
36
|
+
className="text-gray-400 hover:text-red-400 transition-colors ease-in duration-200"
|
|
37
37
|
viewBox="0 0 16 16"
|
|
38
38
|
>
|
|
39
39
|
<path
|
|
@@ -102,7 +102,11 @@ export const OpenHeartReaction = (props: { title: string }) => {
|
|
|
102
102
|
|
|
103
103
|
return (
|
|
104
104
|
<open-heart
|
|
105
|
-
style={{
|
|
105
|
+
style={{
|
|
106
|
+
display: "flex",
|
|
107
|
+
padding: 4,
|
|
108
|
+
marginTop: "1rem",
|
|
109
|
+
}}
|
|
106
110
|
ref={ohRef}
|
|
107
111
|
href={`https://oh.bbking.workers.dev/?id=${title}`}
|
|
108
112
|
emoji="❤️"
|