Skip to content

Commit 8d21645

Browse files
authored
chore: center Ko-fi support button
Updated the Ko-fi support button to use a centered div layout.
1 parent 134109e commit 8d21645

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

docs/src/index.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,8 @@ features:
3131
BlueLua is still early. We are building it piece by piece, with a focus on clean
3232
APIs, useful native modules, and tools that are simple to understand.
3333

34-
[![Support me on Ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/haithium)
34+
<div style="display: flex; justify-content: center; margin-top: 2rem;">
35+
<a href="https://ko-fi.com/haithium" target="_blank">
36+
<img src="https://ko-fi.com/img/githubbutton_sm.svg" alt="Support me on Ko-fi" />
37+
</a>
38+
</div>

0 commit comments

Comments
 (0)