Skip to content

Commit 6023890

Browse files
authored
Update icon
Add SVG icon
1 parent 659a928 commit 6023890

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

route.php

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,13 @@ function printCatch($e)
129129
<span class="badge bg-danger text-dark">Error info</span><br>
130130
<code class="text-warning h2">{$e->getMessage()}</code>
131131
</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>
133139
</div>
134140
</div>
135141
<div class="alert bg-dark shadow-lg">

0 commit comments

Comments
 (0)