Skip to content

Commit

Permalink
Fix template markup
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianEberlein-JUNO committed Feb 12, 2024
1 parent 51bb7fa commit de10e2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Kirby Language Selector",
"license": "MIT",
"type": "kirby-plugin",
"version": "1.1.7",
"version": "1.1.8",
"authors": [
{
"name": "JUNO",
Expand Down
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ panel.plugin('junohamburg/language-selector', {
>
<k-button
v-for="lang in sortedLanguages"
:key="lang.code"
size="sm"
variant="filled"
:responsive="true"
Expand Down

0 comments on commit de10e2c

Please sign in to comment.