Skip to content

Commit

Permalink
changed greet message
Browse files Browse the repository at this point in the history
  • Loading branch information
faahim committed May 22, 2018
1 parent 1d0f196 commit 13823a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion customize.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Lydia",
"greetingText": "Your name is kind of nice btw!",
"greetingText": "I really like your name btw!",
"wishText": "May the js.prototypes always be with you! ;)",
"imagePath": "img/lydia2.png"
}
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<h1 class="one">Hey
<span id="name">Lydia</span>
</h1>
<p class="two" id="greetingText">Your name is kind of nice btw!</p>
<p class="two" id="greetingText">I really like your name btw!</p>
</div>
<div class="three">
<p>It's your birthday!!! :D</p>
Expand Down

0 comments on commit 13823a2

Please sign in to comment.