Update theme.blade.php

This commit is contained in:
Julian Prieber 2023-04-27 15:58:45 +02:00
parent 58a1f230c8
commit f8e91f9522

View File

@ -181,7 +181,7 @@
<div class="d-flex flex-column flex-md-row align-items-md-center">
<button type="submit" class="btn btn-primary me-md-3 mb-3 mb-md-0">Upload theme</button>
<button class="btn btn-danger me-md-3 mb-3 mb-md-0 delete-themes" title="Delete themes"><a href="{{ url('/panel/theme') }}" class="text-white">Delete themes</a></button>
<button class="btn btn-info download-themes" title="Download more themes"><a href="https://linkstack.org/themes.php" target="_blank" class="text-white">Download themes</a></button>
<button class="btn btn-info download-themes" title="Download more themes"><a href="https://linkstack.org/themes/" target="_blank" class="text-white">Download themes</a></button>
</div>
</form>
</details>