Skip to content

Commit

Permalink
chore: removed unwanted comments
Browse files Browse the repository at this point in the history
  • Loading branch information
devadula-nandan committed Jul 17, 2024
1 parent 86202e9 commit bc63866
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,6 @@ $block-class: #{c4p-settings.$pkg-prefix}--coachmark-beacon;
}
.#{$block-class}__target {
// the hit area
// position: absolute;
// top: calc(-1 * $spacing-05);
// left: calc(-1 * $spacing-05);
display: flex;
width: $spacing-07;
height: $spacing-07;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ export let CoachmarkOverlay = forwardRef<HTMLDivElement, CoachmarkOverlayProps>(
});
})}
</div>
{/* {isBeacon && <span className={`${blockClass}__caret`} />} */}
</div>
);
}
Expand Down

0 comments on commit bc63866

Please sign in to comment.