Skip to content

Commit

Permalink
chore: get rid of excess ';' character (#2859)
Browse files Browse the repository at this point in the history
  • Loading branch information
misama-ct authored Jul 22, 2024
1 parent 7c71425 commit 3e6ddcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/.storybook/manager-head.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<script>document.title = "UI Kit";</script>;
<script>document.title = "UI Kit";</script>
<script>
function injectScript(url, attributes = {}, onLoad) {
var tag = document.createElement('script');
Expand Down

0 comments on commit 3e6ddcf

Please sign in to comment.