chore: update dependencies and improve theme colors
- Updated dependencies in package.json to latest versions for better performance and security. - Commented out AngularData in Data.jsx to temporarily disable it from being used in the project. - Adjusted Projects.jsx to reflect the changes in AngularData usage. - Added new color constants (DavysGray, Periwinkle, Chamoisee) in Colors.js for enhanced theming. - Modified Theme.js to update primary and secondary colors for both light and dark modes, improving overall UI consistency.
This commit is contained in:
+9
-9
@@ -15,15 +15,15 @@ export const ReactData = [
|
||||
},
|
||||
];
|
||||
|
||||
export const AngularData = [
|
||||
{
|
||||
imageURL:
|
||||
'https://res.cloudinary.com/dadobos/image/upload/v1685729092/web/hwlqdp2quy1u7rmbgls6.png',
|
||||
title: 'Angular Store',
|
||||
description: '',
|
||||
url: 'https://dadobos.github.io/angular-store',
|
||||
},
|
||||
];
|
||||
// export const AngularData = [
|
||||
// {
|
||||
// imageURL:
|
||||
// 'https://res.cloudinary.com/dadobos/image/upload/v1685729092/web/hwlqdp2quy1u7rmbgls6.png',
|
||||
// title: 'Angular Store',
|
||||
// description: '',
|
||||
// url: 'https://dadobos.github.io/angular-store',
|
||||
// },
|
||||
// ];
|
||||
|
||||
export const GoData = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user