Skip to content

Commit

Permalink
Merge pull request #1324 from kpodemski/change-prestashop-logo-2025
Browse files Browse the repository at this point in the history
PrestaShop logo 2025
  • Loading branch information
kpodemski authored Jan 13, 2025
2 parents e02818c + 31fe464 commit e05fb26
Show file tree
Hide file tree
Showing 3 changed files with 115 additions and 2 deletions.
113 changes: 113 additions & 0 deletions static/assets/images/theme/2025-logo.svg
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 themes/build/layouts/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<div class="col-sm-12 col-md-8 col-md-offset-2">
<p>
<a href="https://www.prestashop-project.org" target="_self" title="Create your online store with PrestaShop">
<img id="logo-dotcom" src="/assets/images/theme/2024-logo.svg" alt="Create your online store">
<img id="logo-dotcom" src="/assets/images/theme/2025-logo.svg" alt="Create your online store">
</a>
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion themes/build/layouts/partials/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<h1 class="sr-only">{{ .Site.Title }}</h1>
{{ end }}
<a href="{{ .Site.BaseURL }}">
<img src="/assets/images/theme/2024-logo.svg" alt="{{ .Site.Title }} Logo">
<img src="/assets/images/theme/2025-logo.svg" alt="{{ .Site.Title }} Logo">
</a>
</div>

Expand Down

0 comments on commit e05fb26

Please sign in to comment.