Skip to content

Commit

Permalink
fix: file source class name typo (#927)
Browse files Browse the repository at this point in the history
  • Loading branch information
nd0ut committed Oct 10, 2022
1 parent 77d4077 commit 212c932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/tab-file.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const tabFile = () => html`
<div class="uploadcare--file-sources__items">
<button
type="button"
class="uploadcare--button uploadcare--button_icon uploadcare--file-source uploadcare--file-source_all uploadcare--file-sources_item"
class="uploadcare--button uploadcare--button_icon uploadcare--file-source uploadcare--file-source_all uploadcare--file-sources__item"
>
<svg
role="presentation"
Expand Down

0 comments on commit 212c932

Please sign in to comment.