Skip to content

Commit ae50072

Browse files
committed
I already added this, smh git
1 parent 2a0d808 commit ae50072

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

pages/_app.tsx

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,10 @@ function Toolbox({ Component, pageProps }: AppProps) {
9898
Home
9999
</p>
100100
</Link>
101-
<Link href={"https://www.spigotmc.org/members/helpchat.1491649/"} passHref>
101+
<Link
102+
href={"https://www.spigotmc.org/members/helpchat.1491649/"}
103+
passHref
104+
>
102105
<p css={tw`px-3 mx-1 py-2 my-auto hover:cursor-pointer`}>
103106
Spigot
104107
</p>
@@ -200,4 +203,11 @@ function Toolbox({ Component, pageProps }: AppProps) {
200203
);
201204
}
202205

206+
type ColorSplotch = {
207+
color: string;
208+
size: number;
209+
x: number;
210+
y: number;
211+
};
212+
203213
export default Toolbox;

0 commit comments

Comments
 (0)