diff --git a/app.css b/app.css index 2b4e9ba..69b6e37 100644 --- a/app.css +++ b/app.css @@ -119,6 +119,10 @@ button { cursor: pointer; } +.cursor-heart { + cursor: url("/img/heart.svg"), auto; +} + /* NProgress */ #nprogress { diff --git a/pages/bots/[id]/index.tsx b/pages/bots/[id]/index.tsx index 632d0e4..5dd2aea 100644 --- a/pages/bots/[id]/index.tsx +++ b/pages/bots/[id]/index.tsx @@ -85,7 +85,7 @@ const Bots: NextPage = ({ data, date, user, theme, csrfToken }) => {
diff --git a/public/img/heart.svg b/public/img/heart.svg new file mode 100644 index 0000000..b415ba4 --- /dev/null +++ b/public/img/heart.svg @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file