Skip to content

Commit

Permalink
new icons for botbar
Browse files Browse the repository at this point in the history
  • Loading branch information
Patricia Mayo Tejedor committed Jul 14, 2016
1 parent 7969284 commit 2115afd
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 2 deletions.
Binary file removed app/images/alexBg3.jpg
Binary file not shown.
Binary file removed app/images/alexBg4.jpeg
Binary file not shown.
Binary file removed app/images/alexBg4.jpg
Binary file not shown.
Binary file added app/images/alexIcoNoBorder.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed app/images/wipBg.png
Binary file not shown.
Binary file added app/images/wipIco3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion app/scripts/services/botsdata.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ angular.module('happybotsApp')
description: "A Wikipedia bot for messenger",
imageSrc:"images/alex.png",
imageBgSrc:"images/alexBg5.jpg",
icoSrc:"images/alexIco.png",
icoSrc:"images/alexIcoNoBorder.png",
messengerUrl: "https://m.me/1753699528246555",
githubUrl: "https://github.com/patriciamayo/wikiMessenger"
},
Expand Down
2 changes: 1 addition & 1 deletion app/views/shared/botbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="row">
<div class="col-xs-12 text-center">
<a ng-repeat="Bot in Bots" href="#/{{ Bot.id }}"><img src="{{ Bot.icoSrc }}" alt="" class="icon-messenger" /></a>
<a href="#/wip"><img src="images/wipIco.png" alt="" class="icon-messenger" /></a>
<a href="#/wip"><img src="images/wipIco3.png" alt="" class="icon-messenger" /></a>
</div>
</div>
</div>
Expand Down

0 comments on commit 2115afd

Please sign in to comment.