Skip to content

Commit c0e8913

Browse files
author
Bouwmeester, Kevin
committed
Small fix
1 parent 87e6111 commit c0e8913

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/knowledge-hub/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import Navbar from '../components/Navbar';
44
import Footer from '../components/Footer';
55
import { MENU_ITEMS as menuItems } from '../constants';
66
import ToolCard from '../components/ToolCard';
7-
import ECSImage from '../../public/knowledge-hub/ECS.jpg'
7+
import ECSImage from '../../public/knowledge-hub/ECS/ECS.jpg'
88

99
export default function Home() {
1010
return (

0 commit comments

Comments
 (0)