Skip to content

Commit 6273053

Browse files
committed
chore(app): fixed css
Signed-off-by: Kaan Caglan <[email protected]>
1 parent 70117c6 commit 6273053

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

app/src/routes/faucet/(components)/stargaze-faucet.svelte

+11-4
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ let stargazeBalance = createQuery(
172172
rel="noopener noreferrer"
173173
href="https://www.stargaze.zone/"
174174
>
175-
<img src="/images/logo/stargaze-logo.svg" alt="" class="w-18" />
175+
<img src="/images/logo/stargaze-logo.svg" alt="" class="w-10" />
176176
</a>
177177
Stargaze Faucet
178178
</p>
@@ -329,9 +329,16 @@ let stargazeBalance = createQuery(
329329
</Button>
330330
<p class="text-xs text-red-500">{$stargazeFaucetState.error}</p>
331331
{/if}
332-
<p class="text-xs">
333-
Funds for the USTARS faucet are provided separately and
334-
<span> and protected by Cloudflare Turnstile.</span>
332+
<p class="text-[10px]">
333+
This faucet is protected by Cloudflare Turnstile. Funds provided by
334+
<a
335+
class="text-[#13ffa4]"
336+
target="_blank"
337+
rel="noopener noreferrer"
338+
href="https://www.stargaze.zone/"
339+
>
340+
stargaze.zone.
341+
</a>
335342
</p>
336343
</div>
337344
</form>

0 commit comments

Comments
 (0)