Skip to content

Commit

Permalink
mc
Browse files Browse the repository at this point in the history
  • Loading branch information
pasqualevitiello committed Apr 28, 2021
1 parent 0c7d353 commit c3607e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/partials/dashboard/DashboardCard02.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ function DashboardCard02() {
<div className="px-5 pt-5">
<header className="flex justify-between items-start mb-2">
{/* Icon */}
<img src={Icon} width="32" height="32" alt="Icon 01" />
<img src={Icon} width="32" height="32" alt="Icon 02" />
{/* Menu button */}
<EditMenu className="relative inline-flex">
<li>
Expand Down
2 changes: 1 addition & 1 deletion src/partials/dashboard/DashboardCard03.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ function DashboardCard03() {
<div className="px-5 pt-5">
<header className="flex justify-between items-start mb-2">
{/* Icon */}
<img src={Icon} width="32" height="32" alt="Icon 01" />
<img src={Icon} width="32" height="32" alt="Icon 03" />
{/* Menu button */}
<EditMenu className="relative inline-flex">
<li>
Expand Down

0 comments on commit c3607e8

Please sign in to comment.