Skip to content

Commit 698fe96

Browse files
committed
*and hover*
1 parent 3fb24b6 commit 698fe96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/_app.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ function Toolbox({ Component, pageProps }: AppProps) {
8484
children.push(
8585
<Link href={tool.link}>
8686
<p
87-
css={tw`px-3 mx-1 pt-3 ml-1 pb-1 hover:cursor-default`}
87+
css={tw`px-3 mx-1 pt-3 ml-1 pb-1 hover:cursor-pointer`}
8888
>
8989
{tool.short}
9090
</p>
@@ -101,7 +101,7 @@ function Toolbox({ Component, pageProps }: AppProps) {
101101
children.push(
102102
<Link href={tool.link}>
103103
<p
104-
css={tw`px-3 mx-1 pt-3 ml-2 pb-1 hover:cursor-default`}
104+
css={tw`px-3 mx-1 pt-3 ml-2 pb-1 hover:cursor-pointer`}
105105
>
106106
{tool.short}
107107
</p>

0 commit comments

Comments
 (0)