File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ function Toolbox({ Component, pageProps }: AppProps) {
136
136
passHref
137
137
>
138
138
< p css = { tw `px-3 mx-2 py-2 my-auto hover:cursor-pointer` } >
139
- Spigot
139
+ SpigotMC
140
140
</ p >
141
141
</ Link >
142
142
< Link
@@ -145,7 +145,7 @@ function Toolbox({ Component, pageProps }: AppProps) {
145
145
passHref
146
146
>
147
147
< p css = { tw `px-3 mx-2 py-2 my-auto hover:cursor-pointer` } >
148
- Github
148
+ GitHub
149
149
</ p >
150
150
</ Link >
151
151
< div
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ function ToolboxCard({
99
99
css = { tw `gap-0.5 p-3 rounded-2xl bg-white/10 hover:bg-white/20 text-white hover:cursor-pointer width[15rem] max-w-full break-words min-height[12rem] w-56 block grid grid-cols-1 place-items-center mix-blend-multiply` }
100
100
>
101
101
< FontAwesomeIcon icon = { icon } size = { "3x" } />
102
- < p css = { tw `font-bold text-lg` } > { name } </ p >
102
+ < p css = { tw `font-bold text-lg md:text-base ` } > { name } </ p >
103
103
< p css = { tw `text-center text-sm` } > { description } </ p >
104
104
</ div >
105
105
</ Link >
You can’t perform that action at this time.
0 commit comments