Skip to content

Commit 72b4a3c

Browse files
authored
Remove unnecessary apostrofe
1 parent 6a17d5d commit 72b4a3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Snippets/UnderlineRight.js

+1-1
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)