Skip to content

Commit

Permalink
Merge pull request #210 from LibreCodeCoop/feature/footer-url-logo-image
Browse files Browse the repository at this point in the history
url logo image footer
  • Loading branch information
vitormattos authored Jun 13, 2024
2 parents ae784e4 + db0c079 commit b3063d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion source/_layouts/footer.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<div>
<a href="https://www.somos.coop.br/" target="_blank">
<img
src="../assets/images/somoscoop-horizontal-light.png"
src="{{ $page->baseUrl }}assets/images/somoscoop-horizontal-light.png"
alt="somos coop logo imagem"
width="220" height="200"
/>
Expand Down
1 change: 1 addition & 0 deletions webpack.mix.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ mix.setPublicPath('source/assets/build');
mix.jigsaw()
.js('source/_assets/js/main.js', 'js')
.sass('source/_assets/sass/main.scss', 'css')
.copy('node_modules/lineicons/web-font/fonts', 'source/assets/build/css/fonts')
.options({
processCssUrls: false,
})
Expand Down

0 comments on commit b3063d2

Please sign in to comment.