Skip to content

Commit

Permalink
♻️Fix naming convention to camelCase
Browse files Browse the repository at this point in the history
Co-Authored-By: Pascal Birchler <pascal.birchler@gmail.com>
  • Loading branch information
AnuragVasanwala and swissspidy committed Jan 5, 2024
1 parent 304da6c commit 24b53cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/element-library/src/elementTypes.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const elementTypes = [
...productElement,
},
{
type: 'audio_sticker',
type: 'audioSticker',
name: __('Audio Sticker', 'web-stories'),
...audioStickerElement,
},
Expand Down

0 comments on commit 24b53cb

Please sign in to comment.