Skip to content

Commit e590513

Browse files
Bugfix
1 parent c2afc0c commit e590513

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/views/studio/theme.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
</div><br><br>
134134
<div class="d-flex flex-column flex-md-row align-items-md-center">
135135
<button type="submit" class="btn btn-primary me-md-3 mb-3 mb-md-0">Upload theme</button>
136-
<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>
136+
<button class="btn btn-danger me-md-3 mb-3 mb-md-0 delete-themes" title="Delete themes"><a href="{{ url('/admin/theme') }}" class="text-white">Delete themes</a></button>
137137
<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>
138138
</div>
139139
</form>
@@ -258,4 +258,4 @@ function setTheme(themeName) {
258258
</script>
259259
@endpush
260260
261-
@endsection
261+
@endsection

0 commit comments

Comments
 (0)