fix: update vcloudLinks selector to include additional button style

This commit is contained in:
himanshu8443
2025-09-23 10:18:25 +05:30
parent 82168a0bf6
commit d15167b35e
2 changed files with 2 additions and 2 deletions

2
dist/vega/meta.js vendored

File diff suppressed because one or more lines are too long

View File

@@ -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");