Skip to content

Commit

Permalink
feat(frontend): fix wording
Browse files Browse the repository at this point in the history
  • Loading branch information
fatonramadani committed May 15, 2024
1 parent 6a6526f commit c2f07a6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@
bind:checked={componentSettings.item.data.fullHeight}
size="xs"
options={{
right: 'Full height',
right: 'Desktop full height',
rightTooltip:
'When enabled, the component will take the full height of the parent container.'
}}
Expand All @@ -458,7 +458,7 @@
bind:checked={componentSettings.item.data.fullHeightMobile}
size="xs"
options={{
right: 'Mobule full height',
right: 'Mobile full height',
rightTooltip:
'When enabled, the component will take the full height of the parent container.'
}}
Expand Down

0 comments on commit c2f07a6

Please sign in to comment.