Skip to content

Commit

Permalink
[FIX] Copyright image.
Browse files Browse the repository at this point in the history
  • Loading branch information
Seiger committed Jul 23, 2023
1 parent 2b457af commit 78db73b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -121,5 +121,5 @@ function saveForm(selector) {
.modal-backdrop {background-color:rgba(0, 0, 0, 0.5);}
.modal-header{margin-top: 1rem;}
</style>
<div id="copyright"><a href="https://seigerit.com/" target="_blank"><img src="/assets/site/seirgerit-yellow.svg"/></a></div>
<div id="copyright"><a href="https://seigerit.com/" target="_blank"><img src="{{evo()->getConfig('site_url', '/')}}assets/site/seigerit-yellow.svg"/></a></div>
@endpush

0 comments on commit 78db73b

Please sign in to comment.