From 812a8fad8cd703d3e501d03b280b8e5749f4ae57 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Tue, 11 Jan 2022 12:54:24 +0100 Subject: chore(widget): add a related topics widget --- src/components/Widget/ThematicsList/ThematicsList.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/Widget/ThematicsList/ThematicsList.tsx') diff --git a/src/components/Widget/ThematicsList/ThematicsList.tsx b/src/components/Widget/ThematicsList/ThematicsList.tsx index 0dc0916..f120978 100644 --- a/src/components/Widget/ThematicsList/ThematicsList.tsx +++ b/src/components/Widget/ThematicsList/ThematicsList.tsx @@ -3,7 +3,7 @@ import { getAllThematics } from '@services/graphql/queries'; import Link from 'next/link'; import { useRouter } from 'next/router'; import useSWR from 'swr'; -import styles from './ThematicsList.module.scss'; +import styles from '../Widget.module.scss'; const ThematicsList = ({ title }: { title: string }) => { const router = useRouter(); -- cgit v1.2.3