Update theme-updater.blade.php

UPdate FIx
This commit is contained in:
Frank 2023-06-19 10:56:00 +02:00 committed by GitHub
parent e72e7db2cc
commit 9ad0fff5ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -82,7 +82,7 @@
} } ?> } } ?>
</table> </table>
</div> </div>
<a href="'. url('update/theme') .'" onclick="updateicon()" class="btn btn-gray ms-3 mb-4"> <a href="{{ url('update/theme') }}" onclick="updateicon()" class="btn btn-gray ms-3 mb-4">
<span id="updateicon"><i class="bi bi-arrow-repeat"></i></span> {{__('messages.Update all themes')}} <span id="updateicon"><i class="bi bi-arrow-repeat"></i></span> {{__('messages.Update all themes')}}
</a> </a>
</div> </div>