Skip to content

Commit

Permalink
Merge pull request #2822 from entrylabs/issue/8689
Browse files Browse the repository at this point in the history
smartphone -> mobile
  • Loading branch information
kimorkim authored Sep 10, 2024
2 parents cc2221b + d9eae6c commit 4d00244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/playground/blocks/block_judgement.js
Original file line number Diff line number Diff line change
Expand Up @@ -747,7 +747,7 @@ module.exports = {
options: [
[Lang.Blocks.desktop, 'desktop'],
[Lang.Blocks.tablet, 'tablet'],
[Lang.Blocks.smartphone, 'smartphone'],
[Lang.Blocks.smartphone, 'mobile'],
],
value: 'desktop',
fontSize: 10,
Expand Down

0 comments on commit 4d00244

Please sign in to comment.