Skip to content

Commit b1d9fad

Browse files
committed
name the logo image logo.png #85
1 parent afc2e7e commit b1d9fad

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

img/finda_small.png img/logo.png

File renamed without changes.

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<span class="icon-bar"></span>
2424
<span class="icon-bar"></span>
2525
</button>
26-
<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! -->
26+
<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! -->
2727
<a class="navbar-brand" data-project="name" href="">Finda</a> <!-- This is the name of the map -->
2828
</div>
2929

script/copyfiles.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ var input = [
99
'data.geojson',
1010
'config.json',
1111
'styles/properties.css',
12-
'img/finda_small.png'
12+
'img/logo.png'
1313
];
1414
var inGlobs = [
1515
'*.md',

0 commit comments

Comments
 (0)