File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -129,7 +129,13 @@ function printCatch($e)
129
129
<span class="badge bg-danger text-dark">Error info</span><br>
130
130
<code class="text-warning h2"> {$ e ->getMessage ()}</code>
131
131
</p>
132
- <button class="btn btn-outline-light mt-3" onclick="location.reload()">🔁 Reload page</button>
132
+ <button class="btn btn-outline-light mt-3" onclick="location.reload()">
133
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-arrow-clockwise" viewBox="0 0 16 16">
134
+ <path fill-rule="evenodd" d="M8 3a5 5 0 1 0 4.546 2.914.5.5 0 0 1 .908-.417A6 6 0 1 1 8 2z"/>
135
+ <path d="M8 4.466V.534a.25.25 0 0 1 .41-.192l2.36 1.966c.12.1.12.284 0 .384L8.41 4.658A.25.25 0 0 1 8 4.466"/>
136
+ </svg>
137
+ Reload page
138
+ </button>
133
139
</div>
134
140
</div>
135
141
<div class="alert bg-dark shadow-lg">
You can’t perform that action at this time.
0 commit comments