Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/sandoche/happybots into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandoche Adittane committed Jul 14, 2016
2 parents 54edfe6 + 392d384 commit ea0d0a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/scripts/services/botsdata.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ angular.module('happybotsApp')
imageSrc:"images/alex.png",
imageBgSrc:"images/alexBg5.jpg",
icoSrc:"images/alexIcoNoBorder.png",
messengerUrl: "https://m.me/1753699528246555",
githubUrl: "https://github.com/patriciamayo/wikiMessenger"
messengerUrl: "http://m.me/alex.wikimessenger",
githubUrl: "https://github.com/patriciamayo/Alex-wikiMessenger"
},
});
2 changes: 1 addition & 1 deletion app/views/bot.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<h1>Hello, <strong><typer words="['I\'m ' + Bot.name ]" type-time='50' start-typing="true" repeat="false" backspace-time='200' start-delay='1500'></typer></strong></h1>

<h2>{{ Bot.description }}</h2>
<a href="{{ messengerUrl }}" class="btn btn-lg btn-primary"><img src="images/messenger.png" class="img-bg"> Message Me</a> <a class="btn btn-lg btn-default" href="{{ githubUrl }}"><i class="fa fa-github fa" aria-hidden="true"></i> Fork on github</a>
<a target="_blank" href="{{ Bot.messengerUrl }}" class="btn btn-lg btn-primary"><img src="images/messenger.png" class="img-bg"> Message Me</a> <a target="_blank" class="btn btn-lg btn-default" href="{{ Bot.githubUrl }}"><i class="fa fa-github fa" aria-hidden="true"></i> Fork on github</a>
</div>
</div>
</div>
Expand Down

0 comments on commit ea0d0a6

Please sign in to comment.