Skip to content

Commit

Permalink
Merge pull request #238 from LibreCodeCoop/chore/change-logo
Browse files Browse the repository at this point in the history
chore: change logo
  • Loading branch information
vitormattos authored Oct 11, 2024
2 parents a503b6f + b3ddecd commit c03783a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/_layouts/main.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
@if (!empty($og_image))
<meta property="og:image" content="{{ $og_image }}"/>
@else
<meta property="og:image" content="{{ $page->baseUrl }}assets/images/coop.png"/>
<meta property="og:image" content="{{ $page->baseUrl }}assets/images/logo.png"/>
@endif
<meta property="og:url" content="{{ $page->getUrl() }}">
<meta property="og:type" content="website">
Expand Down

0 comments on commit c03783a

Please sign in to comment.