diff --git a/index.html b/index.html index 7a4e11d..c5dfd9b 100644 --- a/index.html +++ b/index.html @@ -48,6 +48,7 @@

Contributors

+ diff --git a/src/contributors.ts b/src/contributors.ts index d383fde..aa4599f 100644 --- a/src/contributors.ts +++ b/src/contributors.ts @@ -80,6 +80,12 @@ const contributors: Contributor[] = [ favoriteQuote: "Practice makes better, obsession makes perfect.", twitterUrl: "https://twitter.com/ubah_484", }, + { + name: "João Felipe Garcia", + emoji: "⛈️", + favoriteQuote: "In silence, the mind sharpens, in solitude, wisdom speaks.", + twitterUrl: "https://twitter.com/Sturmgeist91", + }, ]; export default contributors;