Skip to content
This repository was archived by the owner on Jan 1, 2020. It is now read-only.

Commit ed74c5a

Browse files
committed
changing the logo graphics from PNG to SVG - the same as it is in documentation
1 parent 11dc972 commit ed74c5a

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

module/Application/view/layout/layout.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<span class="icon-bar"></span>
3434
</button>
3535
<a class="navbar-brand" href="<?= $this->url('home') ?>">
36-
<img src="<?= $this->basePath('img/zf-logo.png') ?>" alt="Zend Framework <?= \Application\Module::VERSION ?>"/>&nbsp;Skeleton Application
36+
<img src="<?= $this->basePath('img/zf-logo-mark.svg') ?>" height="28" alt="Zend Framework <?= \Application\Module::VERSION ?>"/>&nbsp;Skeleton Application
3737
</a>
3838
</div>
3939
<div class="collapse navbar-collapse">

public/img/zf-logo-mark.svg

Lines changed: 1 addition & 0 deletions
Loading

public/img/zf-logo.png

-600 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)