Skip to content
This repository was archived by the owner on Apr 19, 2021. It is now read-only.

Commit bd2da8e

Browse files
autofix-botjankeromnes
authored andcommitted
Autofix: trailing-spaces
1 parent a04add7 commit bd2da8e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/components/index/Testimonial.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ const StyledTestimonial = styled.blockquote`
6060
a {
6161
&:hover,
6262
&:focus {
63-
.twitter-icon {
63+
.twitter-icon {
6464
fill: ${colors.textDark};
6565
}
66-
}
66+
}
6767
}
6868
`
6969

src/components/index/Testimonials.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ const Testimonials: React.SFC<{}> = () => {
9797
tweetsContainer.scroll({ left: parseFloat(cycleWidth * to), behavior: 'smooth' })
9898

9999
// Older method which regards the actuals tweets and the space between them and not the width of .tweets
100-
100+
101101
// const tweets = tweetsRef.current
102102
// const firstTweet = tweets?.firstChild
103103
// const spacing = getComputedStyle(firstTweet)['margin-right']

0 commit comments

Comments
 (0)