fix: replace lg by wxh
gitea/hedera-web/pipeline/head This commit looks good Details

This commit is contained in:
Javier Segarra 2024-12-11 23:04:14 +01:00
parent f2a13b7b96
commit fb7da8a878
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ const props = defineProps({
zoomSize: {
type: String,
required: false,
default: 'lg'
default: '1600x900'
},
id: {
type: Number,