File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -464,7 +464,7 @@ defmodule AlgoraWeb.Org.DashboardLive do
464
464
title = { "#{ header_prefix ( @ previewed_user ) } Ecosystem" }
465
465
subtitle = "Help maintain and grow your ecosystem by creating bounties and tips in your dependencies "
466
466
>
467
- < div class = "pt-8 flex flex-col gap-8 " >
467
+ < div class = "flex flex-col gap-4 " >
468
468
{ create_bounty ( assigns ) }
469
469
{ create_tip ( assigns ) }
470
470
</ div >
@@ -1427,7 +1427,7 @@ defmodule AlgoraWeb.Org.DashboardLive do
1427
1427
~H"""
1428
1428
< div class = "border ring-1 ring-transparent rounded-xl overflow-hidden " >
1429
1429
< div class = "bg-card/75 flex flex-col h-full p-4 sm:p-6 md:p-8 rounded-xl border-l-4 border-emerald-400 " >
1430
- < div class = "flex items-center gap-2 text-lg font-semibold " >
1430
+ < div class = "flex items-center gap-2 text-xl font-semibold " >
1431
1431
< h3 class = "text-foreground " > Fund any issue</ h3 >
1432
1432
< span class = "text-success drop-shadow-[0_1px_5px_#34d39980] " > in seconds</ span >
1433
1433
</ div >
@@ -1457,7 +1457,7 @@ defmodule AlgoraWeb.Org.DashboardLive do
1457
1457
~H"""
1458
1458
< div class = "border ring-1 ring-transparent rounded-xl overflow-hidden " >
1459
1459
< div class = "bg-card/75 flex flex-col h-full p-4 sm:p-6 md:p-8 rounded-xl border-l-4 border-emerald-400 " >
1460
- < div class = "flex items-center gap-2 text-lg font-semibold " >
1460
+ < div class = "flex items-center gap-2 text-xl font-semibold " >
1461
1461
< h3 class = "text-foreground " > Tip any developer</ h3 >
1462
1462
< span class = "text-success drop-shadow-[0_1px_5px_#34d39980] " > instantly</ span >
1463
1463
</ div >
You can’t perform that action at this time.
0 commit comments