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