diff --git a/src/components/organisms/Sidebar.tsx b/src/components/organisms/Sidebar.tsx index a4bbea5..757ad3a 100644 --- a/src/components/organisms/Sidebar.tsx +++ b/src/components/organisms/Sidebar.tsx @@ -274,7 +274,7 @@ const SidebarPure = ({ My shelves {shelves.map(({ title, LinkComponent }) => ( - diff --git a/src/styles.css b/src/styles.css index d21324d..5ee6fe4 100644 --- a/src/styles.css +++ b/src/styles.css @@ -20,3 +20,8 @@ body { * { cursor: default !important; } + +a:any-link { + text-decoration-line: none; + text-decoration: none; +} \ No newline at end of file