Skip to content

Commit

Permalink
Fixing the Travel info labels.
Browse files Browse the repository at this point in the history
  • Loading branch information
krugazul committed Nov 8, 2024
1 parent aebaa4b commit 96b6ba7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions assets/js/blocks/destination.js
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ wp.domReady(() => {
metadata: {
name: 'Cuisine',
},
className: 'lsx-additional-info-wrapper',
className: 'lsx-cuisine-wrapper',
style: {
border: {
radius: '8px'
Expand Down Expand Up @@ -611,7 +611,7 @@ wp.domReady(() => {
metadata: {
name: 'Climate',
},
className: 'lsx-additional-info-wrapper',
className: 'lsx-climate-wrapper',
style: {
border: {
radius: '8px'
Expand Down Expand Up @@ -757,7 +757,7 @@ wp.domReady(() => {
metadata: {
name: 'Transport',
},
className: 'lsx-additional-info-wrapper',
className: 'lsx-transport-wrapper',
style: {
border: {
radius: '8px'
Expand Down Expand Up @@ -903,7 +903,7 @@ wp.domReady(() => {
metadata: {
name: 'Dress',
},
className: 'lsx-additional-info-wrapper',
className: 'lsx-dress-wrapper',
style: {
border: {
radius: '8px'
Expand Down Expand Up @@ -1049,7 +1049,7 @@ wp.domReady(() => {
metadata: {
name: 'Health',
},
className: 'lsx-additional-info-wrapper',
className: 'lsx-health-wrapper',
style: {
border: {
radius: '8px'
Expand Down Expand Up @@ -1196,7 +1196,7 @@ wp.domReady(() => {
metadata: {
name: 'Safety',
},
className: 'lsx-additional-info-wrapper',
className: 'lsx-safety-wrapper',
style: {
border: {
radius: '8px',
Expand Down Expand Up @@ -1352,7 +1352,7 @@ wp.domReady(() => {
metadata: {
name: 'Visa',
},
className: 'lsx-additional-info-wrapper',
className: 'lsx-visa-wrapper',
style: {
border: {
radius: '8px',
Expand Down

0 comments on commit 96b6ba7

Please sign in to comment.