From 20fb72b759bc92e6a2652d0576bfe50cfb6c18ac Mon Sep 17 00:00:00 2001 From: wonderlandpark Date: Wed, 24 Mar 2021 14:54:04 +0900 Subject: [PATCH] feat: added iu cursor --- app.css | 4 ++++ pages/bots/[id]/index.tsx | 2 +- public/img/heart.svg | 10 ++++++++++ 3 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 public/img/heart.svg 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