diff --git a/app/assets/javascripts/hello-dev.js b/app/assets/javascripts/hello-dev.js index 401812661..6ac359010 100644 --- a/app/assets/javascripts/hello-dev.js +++ b/app/assets/javascripts/hello-dev.js @@ -18,5 +18,6 @@ var bigDev = \n'; console.log( bigDev, - "Hey there! Interested in the code behind dev.to? Well you're in luck - we're open source! Come say hi, tell us what you're debugging, or even lend a hand in our repo - https://github.com/thepracticaldev/dev.to/" + "Hey there! Interested in the code behind dev.to? Well you're in luck - we're open source! Come say hi, tell us what you're debugging, or even lend a hand in our repo - https://github.com/thepracticaldev/dev.to/ \n", + "Did you find a bug or vulnerability? Check out our bug bounty info here: https://dev.to/security" );