Skip to content

Commit

Permalink
minor fixes for analytics (litmuschaos#2894)
Browse files Browse the repository at this point in the history
Signed-off-by: ishangupta-ds <[email protected]>
  • Loading branch information
ishangupta-ds authored Jun 15, 2021
1 parent fe709ec commit c4bfe5f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ const TopNavButtons: React.FC<TopNavButtonsProps> = ({
>
<div className={classes.expDiv}>
<img
src="/icons/cogWheel.svg"
src="/icons/cogwheel.svg"
alt="Configure"
className={classes.btnImg}
/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ const TableData: React.FC<TableDataProps> = ({ data }) => {
>
<div className={classes.expDiv}>
<img
src="/icons/cogWheel.svg"
src="/icons/cogwheel.svg"
alt="Configure"
className={classes.btnImg}
/>
Expand Down
4 changes: 2 additions & 2 deletions litmus-portal/frontend/src/views/Analytics/Overview/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -311,8 +311,8 @@ const Overview: React.FC = () => {
heading="Recent Application Dashboards"
buttonLink="/analytics/dashboard/create"
buttonImgSrc="./icons/cloudWhite.svg"
buttonImgAlt="Add kubernetes dashboard"
buttonText="Add kubernetes dashbaord"
buttonImgAlt="Add dashboard"
buttonText="Add dashbaord"
>
{dashboardListLoading ? (
<Center>
Expand Down

0 comments on commit c4bfe5f

Please sign in to comment.