Skip to content

Commit

Permalink
feat: update custom shape names
Browse files Browse the repository at this point in the history
  • Loading branch information
melanielassarade committed Dec 3, 2024
1 parent 25fe2d0 commit 3b4dbd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/miscellaneous/Shapes.vue
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ const shapes = ref({
{ name: 'Text only', options: { text: { label: 'Home', rotation: 45, color: 'red' }, radius } },
{ name: 'Html only', options: { html: "<img src='/icons/plane.png' width='32px' height='32px' />" } }
],
personnalisées: [
custom: [
{ name: 'Full pin', options: { shape: 'GP-irsn-cp', size: [24, 41.14], color: 'lightblue' } },
{ name: 'Empty pin', options: { shape: 'GP-irsn-sp', size: [24, 41.14], color: 'lightblue' } },
{ name: 'Pin with empty star', options: { shape: 'GP-irsn-favorite', size: [24, 41.14], color: 'lightblue' } },
Expand Down

0 comments on commit 3b4dbd8

Please sign in to comment.