Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Matias Perrone <[email protected]>
  • Loading branch information
matiasperrone committed Dec 29, 2022
1 parent 1521c64 commit 2ead660
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/DatePicker/components/Month.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div
ref="datepickerMonth"
class="vhd__datepicker__month"
:class="{ 'vhd__datepicker__month--with-week-numnbers': showWeekNumbers }"
:class="{ 'vhd__datepicker__month--with-week-numbers': showWeekNumbers }"
@mouseenter="enterMonth($event)"
>
<p class="vhd__datepicker__month-name">
Expand Down
4 changes: 2 additions & 2 deletions src/assets/scss/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ $extra-small-screen: '(max-width: 23em)';
}
}

&--with-week-numnbers {
&--with-week-numbers {
position: relative;

.#{$prefix}__weeknumbers {
Expand All @@ -643,7 +643,7 @@ $extra-small-screen: '(max-width: 23em)';

&:first-child {
padding-left: 2rem;

.#{$prefix}__weeknumbers {
left: 0;
}
Expand Down

0 comments on commit 2ead660

Please sign in to comment.