File tree 1 file changed +5
-5
lines changed
components/introduction-page
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -48,11 +48,11 @@ const Introduction: React.FC = () => {
48
48
< h1 className = "!text-5xl !font-medium" > AC Scripts</ h1 >
49
49
</ div >
50
50
51
- < div className = "flex gap-4" >
51
+ < div className = "flex flex-wrap gap-4" >
52
52
< Link
53
53
href = "https://github.com/acscripts"
54
54
target = "_blank"
55
- className = "flex w-fit items-center gap-1 rounded-md bg-[#333333] p -2"
55
+ className = "flex w-fit items-center gap-2 rounded-md bg-[#333333] px-4 py -2"
56
56
>
57
57
< Icon icon = "mdi:github" className = "h-6 w-6" />
58
58
< p className = "!text-md !font-medium" > GitHub</ p >
@@ -61,7 +61,7 @@ const Introduction: React.FC = () => {
61
61
< Link
62
62
href = "https://discord.acscripts.dev"
63
63
target = "_blank"
64
- className = "flex w-fit items-center gap-1 rounded-md bg-[#5865f2] p -2"
64
+ className = "flex w-fit items-center gap-2 rounded-md bg-[#5865f2] px-4 py -2"
65
65
>
66
66
< Icon icon = "ic:baseline-discord" className = "h-6 w-6" />
67
67
< p className = "!text-md !font-medium" > Discord</ p >
@@ -70,9 +70,9 @@ const Introduction: React.FC = () => {
70
70
< Link
71
71
href = "https://store.acscripts.dev"
72
72
target = "_blank"
73
- className = "flex w-fit items-center gap-1 rounded-md bg-[#41c4c3] p -2 !text-black"
73
+ className = "flex w-fit items-center gap-2 rounded-md bg-[#41c4c3] px-4 py -2 !text-black"
74
74
>
75
- < Icon icon = "ac:tebex" className = "h-6 w-6 " />
75
+ < Icon icon = "ac:tebex" className = "h-6 w-auto " />
76
76
< p className = "!text-md !font-medium" > Tebex</ p >
77
77
</ Link >
78
78
</ div >
You can’t perform that action at this time.
0 commit comments