Component.SocialShare()
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Struchkov Mark 2024-09-08 16:02:09 +03:00
parent 4c2926264d
commit 10e18d3542
No known key found for this signature in database
GPG Key ID: A3F0AC3F0FA52F3C

View File

@ -34,6 +34,7 @@ const config: QuartzConfig = {
tertiary: "#84a59d", tertiary: "#84a59d",
highlight: "rgba(0, 80, 219, 0.15)", highlight: "rgba(0, 80, 219, 0.15)",
textHighlight: "#fff3bc", textHighlight: "#fff3bc",
shareIcon: "https://garden.struchkov.dev/ru/static/social-sprite-color.svg"
}, },
darkMode: { darkMode: {
light: "#161618", light: "#161618",
@ -45,6 +46,7 @@ const config: QuartzConfig = {
tertiary: "#84a59d", tertiary: "#84a59d",
highlight: "rgba(143, 159, 169, 0.15)", highlight: "rgba(143, 159, 169, 0.15)",
textHighlight: "#8b651d", textHighlight: "#8b651d",
shareIcon: "https://garden.struchkov.dev/ru/static/social-sprite.svg"
}, },
}, },
}, },