mirror of
https://github.com/vega-org/vega-providers.git
synced 2026-04-17 23:51:44 +00:00
fix: update vcloudLinks selector to include additional button style
This commit is contained in:
2
dist/vega/meta.js
vendored
2
dist/vega/meta.js
vendored
File diff suppressed because one or more lines are too long
@@ -99,7 +99,7 @@ export const getMeta = async ({
|
|||||||
const vcloudLinks = element
|
const vcloudLinks = element
|
||||||
?.next()
|
?.next()
|
||||||
.find(
|
.find(
|
||||||
".btn-outline[style='background:linear-gradient(135deg,#ed0b0b,#f2d152); color: white;'],.btn-outline[style='background:linear-gradient(135deg,#ed0b0b,#f2d152); color: #fdf8f2;']"
|
".btn-outline[style='background:linear-gradient(135deg,#ed0b0b,#f2d152); color: white;'],.btn-outline[style='background:linear-gradient(135deg,#ed0b0b,#f2d152); color: #fdf8f2;'],.btn-outline[style='background:linear-gradient(135deg,#ed0b0b,#f2d152);color: white']"
|
||||||
)
|
)
|
||||||
?.parent()
|
?.parent()
|
||||||
?.attr("href");
|
?.attr("href");
|
||||||
|
|||||||
Reference in New Issue
Block a user