diff --git a/src/assets/home.js b/src/assets/home.js index cf8eca9..d42bbb4 100644 --- a/src/assets/home.js +++ b/src/assets/home.js @@ -24,7 +24,7 @@ export const graphs = [ ContextData: "C:\\Users\\DeyanNenov\\Documents\\GitHub\\Dynamo\\bin\\AnyCPU\\Debug\\DynamoSandbox.exe", DateModified: "1/9/2024 6:24:35 PM", Thumbnail: img, - Author: "Dynamo 1.0 file format", + Author: "Dynamo 1.x file format", }, { id: "4", diff --git a/src/components/Common/CustomIcons.jsx b/src/components/Common/CustomIcons.jsx index 0704e76..158bd39 100644 --- a/src/components/Common/CustomIcons.jsx +++ b/src/components/Common/CustomIcons.jsx @@ -1,4 +1,6 @@ import React from 'react'; +import styles from '../Common/CustomIcons.module.css'; + export const GridViewIcon = () => ( ( export const QuestionMarkIcon = () => (