Skip to content

Commit c8b8036

Browse files
authored
Merge pull request #340 from rahuldkjain/sponsor
[add]: buymeacoffee support
2 parents d9469f4 + 5723c38 commit c8b8036

File tree

8 files changed

+434
-326
lines changed

8 files changed

+434
-326
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ Just fill in the details such as `Name`, `Tagline`, `Dev Platforms Username`, `C
8686

8787
- **Wakatime Stats** [contribute](https://github.com/rahuldkjain/github-profile-readme-generator/issues/115)
8888

89+
- **Buy Me A Coffee button**
90+
8991
Click on `Generate README` to get your README in `markdown`.
9092
You can preview the README too.
9193

jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ module.exports = {
1818
coverageThreshold: {
1919
global: {
2020
branches: 0,
21-
functions: 76,
21+
functions: 75,
2222
lines: 68,
2323
statements: 68,
2424
},

src/components/footer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ const Footer = () => {
9292
<div className="font-title font-bold text-xl sm:text-base my-4 sm:my-0 sm:mb-2">
9393
<strong>Join Community</strong>
9494
</div>
95-
<div class="ml-2 sm:ml-0">
95+
<div className="ml-2 sm:ml-0">
9696
<a
9797
href="https://discord.gg/HHMs7Eg"
9898
aria-label="Discord of the community"

0 commit comments

Comments
 (0)