We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a0d808 commit ae50072Copy full SHA for ae50072
pages/_app.tsx
@@ -98,7 +98,10 @@ function Toolbox({ Component, pageProps }: AppProps) {
98
Home
99
</p>
100
</Link>
101
- <Link href={"https://www.spigotmc.org/members/helpchat.1491649/"} passHref>
+ <Link
102
+ href={"https://www.spigotmc.org/members/helpchat.1491649/"}
103
+ passHref
104
+ >
105
<p css={tw`px-3 mx-1 py-2 my-auto hover:cursor-pointer`}>
106
Spigot
107
@@ -200,4 +203,11 @@ function Toolbox({ Component, pageProps }: AppProps) {
200
203
);
201
204
}
202
205
206
+type ColorSplotch = {
207
+ color: string;
208
+ size: number;
209
+ x: number;
210
+ y: number;
211
+};
212
+
213
export default Toolbox;
0 commit comments