Skip to content

Commit

Permalink
name the logo image logo.png codeforboston#85
Browse files Browse the repository at this point in the history
  • Loading branch information
ohnorobo committed May 28, 2014
1 parent afc2e7e commit b1d9fad
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<img class="brand_image" data-project="logo" alt="Finda" src="img/finda_small.png" /> <!-- This is the logo of the deploying organization. Make sure to change the alt text to your company name! -->
<img class="brand_image" data-project="logo" alt="Finda" src="img/logo.png" /> <!-- This is the logo of the deploying organization. Make sure to change the alt text to your company name! -->
<a class="navbar-brand" data-project="name" href="">Finda</a> <!-- This is the name of the map -->
</div>

Expand Down
2 changes: 1 addition & 1 deletion script/copyfiles.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ var input = [
'data.geojson',
'config.json',
'styles/properties.css',
'img/finda_small.png'
'img/logo.png'
];
var inGlobs = [
'*.md',
Expand Down

0 comments on commit b1d9fad

Please sign in to comment.