From eb83cb8cfdf2b61e498b081b9f4faf9ace5af2f5 Mon Sep 17 00:00:00 2001 From: lily Date: Fri, 17 May 2019 09:23:52 -0500 Subject: [PATCH] :speech_balloon: updated console text --- src/scripts/script.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/scripts/script.js b/src/scripts/script.js index 09b6eff..774c478 100644 --- a/src/scripts/script.js +++ b/src/scripts/script.js @@ -1,6 +1,7 @@ console.log('%c yo! ', 'background: lemonchiffon; border: 1px solid #fff'); console.log('%c welcome to the console <3 ', 'background: lemonchiffon; border: 1px solid #fff'); -console.log('%c so uh. what\'cha doin here >w>', 'background: lavenderblush; border: 1px solid #000; padding: 4px; padding-top: 10px; padding-bottom: 8px;'); +console.log('%c if you wanna see the source code or whatever, you're better off checking the git repo. ', 'background: lemonchiffon; border: 1px solid #fff'); +console.log('%c the link is at the bottom of the page. love you! ', 'background: lemonchiffon; border: 1px solid #fff'); var $ = require("jquery"); @@ -156,4 +157,4 @@ $(function() { $('body').bind('unsnap', function(e) { unsnap(); }); -}); \ No newline at end of file +});