Skip to content

Commit

Permalink
Fix DK Portfolio App Icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Deri-Kurniawan committed Dec 6, 2022
1 parent b8ae642 commit 01d0513
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Binary file added src/assets/images/icons/apps/dk-portfolio.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/assets/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ const ASSETS = {
winSettings: imagesIconsApps("win-settings.ico"),
winTrashEmpty: imagesIconsApps("win-trash-empty.ico"),
winTrashFull: imagesIconsApps("win-trash-full.ico"),
dkPortfolio: imagesIconsApps("dk-portfolio.png"),
},
},
profiles: {
Expand Down
2 changes: 1 addition & 1 deletion src/redux/initialState.js
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ const initialState = {
},
{
name: "Portfolio",
icon: "https://github.com/Deri-Kurniawan/Deri-Kurniawan/blob/main/assets/Brand_transparent_1024x1024.png?raw=true",
icon: icons.apps.dkPortfolio,
width: 35,
height: 35,
onClick: () => {
Expand Down

1 comment on commit 01d0513

@vercel
Copy link

@vercel vercel bot commented on 01d0513 Dec 6, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.