From d1d3fb9f73f54e2a22318c798ac0a8f598b1fa6b Mon Sep 17 00:00:00 2001 From: Anantesh G Date: Tue, 21 May 2024 13:33:50 +0530 Subject: [PATCH] added hover effects --- client/.env.sample | 2 +- client/src/components/DocGrid/DocGrid.jsx | 18 +++++++++--------- server/.env.sample | 12 ++++++------ server/package-lock.json | 16 +++++++++++++++- 4 files changed, 31 insertions(+), 17 deletions(-) diff --git a/client/.env.sample b/client/.env.sample index f009725..48e4eab 100644 --- a/client/.env.sample +++ b/client/.env.sample @@ -1 +1 @@ -VITE_BASE_URL = \ No newline at end of file +VITE_BASE_URL = "http://localhost:8080" \ No newline at end of file diff --git a/client/src/components/DocGrid/DocGrid.jsx b/client/src/components/DocGrid/DocGrid.jsx index 3ea9d1a..5514aab 100644 --- a/client/src/components/DocGrid/DocGrid.jsx +++ b/client/src/components/DocGrid/DocGrid.jsx @@ -179,7 +179,7 @@ const DocGrid = () => { }} />