File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
components/introduction-page Expand file tree Collapse file tree 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 = () => {
4848 < h1 className = "!text-5xl !font-medium" > AC Scripts</ h1 >
4949 </ div >
5050
51- < div className = "flex gap-4" >
51+ < div className = "flex flex-wrap gap-4" >
5252 < Link
5353 href = "https://github.com/acscripts"
5454 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"
5656 >
5757 < Icon icon = "mdi:github" className = "h-6 w-6" />
5858 < p className = "!text-md !font-medium" > GitHub</ p >
@@ -61,7 +61,7 @@ const Introduction: React.FC = () => {
6161 < Link
6262 href = "https://discord.acscripts.dev"
6363 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"
6565 >
6666 < Icon icon = "ic:baseline-discord" className = "h-6 w-6" />
6767 < p className = "!text-md !font-medium" > Discord</ p >
@@ -70,9 +70,9 @@ const Introduction: React.FC = () => {
7070 < Link
7171 href = "https://store.acscripts.dev"
7272 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"
7474 >
75- < Icon icon = "ac:tebex" className = "h-6 w-6 " />
75+ < Icon icon = "ac:tebex" className = "h-6 w-auto " />
7676 < p className = "!text-md !font-medium" > Tebex</ p >
7777 </ Link >
7878 </ div >
You can’t perform that action at this time.
0 commit comments