Skip to content

Commit

Permalink
Fix Layers Icon on HomePage
Browse files Browse the repository at this point in the history
  • Loading branch information
dibyam1101 committed Nov 23, 2023
1 parent 989ec55 commit 7f17bc9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion new-website/deepchem/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ import { AnimationsContext } from "../contexts/animations-context";
import exploreTutorialsIcon from "../public/images/explore-tutorials.png";
import exploreProjectsIcon from "../public/images/explore-projects.png";
import exploreModelsIcon from "./../public/images/explore-models.png";
import exploreLayersIcon from "./../public/images/explore-layers.png";

import Terminal from "../components/Home/Terminal";
import deepchemLogo from "../public/images/deepchem-logo.png";

Expand Down Expand Up @@ -230,7 +232,7 @@ const Home = () => {
link={"/tutorials"}
/>
<ExploreCardItem
image={"/images/explore-datasets.png"}
image={exploreLayersIcon}
title="LAYERS"
link={"/layers"}
/>
Expand Down

0 comments on commit 7f17bc9

Please sign in to comment.