center buttons

This commit is contained in:
Gamosoft 2026-01-16 12:16:34 +01:00
parent 060fd75cb9
commit 52c2836183
1 changed files with 3 additions and 5 deletions

View File

@ -1795,7 +1795,7 @@
</a> </a>
<!-- Ko-fi support link (demo mode only) --> <!-- Ko-fi support link (demo mode only) -->
<template x-if="demoMode"> <template x-if="demoMode">
<div class="mt-3 flex flex-col gap-2 items-start"> <div class="mt-3 flex flex-col gap-2 items-center">
<a <a
href="https://ko-fi.com/gamosoft" href="https://ko-fi.com/gamosoft"
target="_blank" target="_blank"
@ -1811,11 +1811,9 @@
href="https://www.pikapods.com/pods?run=notediscovery" href="https://www.pikapods.com/pods?run=notediscovery"
target="_blank" target="_blank"
rel="noopener noreferrer" rel="noopener noreferrer"
class="inline-flex items-center gap-1.5 px-3 py-1.5 text-xs font-medium rounded-full transition-all hover:scale-105" class="inline-flex items-center transition-all hover:scale-105"
style="background-color: #4f46e5; color: white;"
> >
<span>☁️</span> <img src="https://www.pikapods.com/static/run-button.svg" alt="Run on PikaPods" style="height: 28px;">
<span x-text="t('support.deploy_own')"></span>
</a> </a>
</div> </div>
</template> </template>