Skip to content

Commit 594cc50

Browse files
authored
Merge pull request #53 from cristicretu/patch-1
Remove unnecessary apostrofe
2 parents 6a17d5d + 72b4a3c commit 594cc50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Snippets/UnderlineRight.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const cssStyling = `
3232
.exampleClass {
3333
display: inline-block;
3434
position: relative;
35-
cursor: pointer';
35+
cursor: pointer;
3636
}
3737
3838
.exampleClass::after {

0 commit comments

Comments
 (0)