Skip to content

Commit b8a0e3c

Browse files
committed
Merge remote-tracking branch 'origin/retheme' into retheme
2 parents d067fea + 4f41c76 commit b8a0e3c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pages/_app.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ function Toolbox({ Component, pageProps }: AppProps) {
136136
passHref
137137
>
138138
<p css={tw`px-3 mx-2 py-2 my-auto hover:cursor-pointer`}>
139-
Spigot
139+
SpigotMC
140140
</p>
141141
</Link>
142142
<Link
@@ -145,7 +145,7 @@ function Toolbox({ Component, pageProps }: AppProps) {
145145
passHref
146146
>
147147
<p css={tw`px-3 mx-2 py-2 my-auto hover:cursor-pointer`}>
148-
Github
148+
GitHub
149149
</p>
150150
</Link>
151151
<div

pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ function ToolboxCard({
9999
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`}
100100
>
101101
<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>
103103
<p css={tw`text-center text-sm`}>{description}</p>
104104
</div>
105105
</Link>

0 commit comments

Comments
 (0)