Skip to content

Commit f735313

Browse files
authored
Merge pull request #3 from CGWebDev2003/feature/add-badges
Feature/add badges
2 parents 84d6ea3 + 4a9bd24 commit f735313

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

neptune.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
* size: "m",
2020
* style: "primary"
2121
* });
22+
*
2223
*/
2324
export class Badge {
2425
constructor(config) {
@@ -45,4 +46,5 @@ export class Badge {
4546
document.body.appendChild(newBadge);
4647
}
4748
}
48-
}
49+
}
50+

0 commit comments

Comments
 (0)