@@ -237,35 +237,36 @@ <h1 class="modal-title fs-5" id="debugger-modal-title">Regex Debugger</h1>
237
237
</ div >
238
238
</ div >
239
239
240
- < footer class ="p-2 ">
241
- < div class ="row ">
242
- < div class ="col text-center ">
243
- < span class ="m-2 ">
244
- < a class ="text-reset text-decoration-none " href ="https://status.swiftregex.com " target ="_blank "
245
- rel ="nofollow noopener noreferrer ">
246
- < span class ="fal fa-monitor-heart-rate "> </ span > < span class ="m-2 "> System Status</ span > </ a >
247
- </ span >
248
- < span class ="m-2 ">
249
- < a class ="text-reset text-decoration-none " href ="https://github.com/swiftfiddle/swiftregex/issues/new "
250
- target ="_blank " rel ="nofollow noopener noreferrer ">
251
- < span class ="far fa-comment-alt-smile "> </ span > < span class ="m-2 "> Feedback</ span > </ a >
252
- </ span >
253
- < span class ="m-2 ">
254
- < a class ="text-reset text-decoration-none " href ="https://github.com/swiftfiddle/swiftregex " target ="_blank "
255
- rel ="nofollow noopener noreferrer ">
256
- < span class ="fab fa-github "> </ span > < span class ="m-2 "> Source Code</ span > </ a >
257
- </ span >
258
- < span class ="m-2 ">
259
- < a class ="text-reset text-decoration-none " href ="https://twitter.com/k_katsumi " target ="_blank "
260
- rel ="nofollow noopener noreferrer ">
261
- < span class ="far fa-at "> </ span > < span class ="m-2 "> Creator</ span > </ a >
262
- </ span >
263
- < span class ="m-2 ">
264
- < a class ="text-reset text-decoration-none " href ="https://github.com/sponsors/kishikawakatsumi "
265
- target ="_blank " rel ="nofollow noopener noreferrer ">
266
- < span class ="fa-solid fa-heart " style ="color: #bf3989; "> </ span > < span class ="m-2 "> Donate</ span > </ a >
267
- </ span >
240
+ < footer class ="row row-cols-1 g-0 ">
241
+ < div class ="col p-1 text-center ">
242
+ < div class ="d-inline-block mx-2 ">
243
+ < a class ="text-reset text-decoration-none small " href ="https://status.swiftregex.com/ " target ="_blank "
244
+ rel ="nofollow noopener noreferrer "> < span class ="fa-light fa-monitor-heart-rate "> </ span > < span
245
+ class ="mx-2 "> System
246
+ Status</ span > </ a >
268
247
</ div >
248
+ < div class ="d-inline-block mx-2 ">
249
+ < a class ="text-reset text-decoration-none small " href ="https://github.com/swiftfiddle/swiftregex/issues/new "
250
+ target ="_blank " rel ="nofollow noopener noreferrer "> < span class ="fa-regular fa-message-smile "> </ span > < span
251
+ class ="mx-2 "> Feedback</ span > </ a >
252
+ </ div >
253
+ < div class ="d-inline-block mx-2 ">
254
+ < a class ="text-reset text-decoration-none small " href ="https://github.com/swiftfiddle/swiftregex "
255
+ target ="_blank " rel ="nofollow noopener noreferrer "> < span class ="fa-brands fa-github "> </ span > < span
256
+ class ="mx-2 "> Source
257
+ Code</ span > </ a >
258
+ </ div >
259
+ < div class ="d-inline-block mx-2 ">
260
+ < a class ="text-reset text-decoration-none small " href ="https://hachyderm.io/@kishikawakatsumi " target ="_blank "
261
+ rel ="nofollow noopener noreferrer "> < span class ="fa-regular fa-at "> </ span > < span
262
+ class ="mx-2 "> Creator</ span > </ a >
263
+ </ div >
264
+ < div class ="d-inline-block mx-2 ">
265
+ < a class ="text-reset text-decoration-none small " href ="https://github.com/sponsors/kishikawakatsumi "
266
+ target ="_blank " rel ="nofollow noopener noreferrer ">
267
+ < span class ="fa-solid fa-heart " style ="color: #bf3989; "> </ span > </ span > < span class ="mx-2 "> Donate</ span > </ a >
268
+ </ div >
269
+ </ div >
269
270
</ footer >
270
271
</ div >
271
272
</ body >
0 commit comments