minor fixes for analytics (#2894)
Signed-off-by: ishangupta-ds <ishan@chaosnative.com>
This commit is contained in:
parent
fe709ecadd
commit
c4bfe5faf3
|
@ -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}
|
||||
/>
|
||||
|
|
|
@ -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}
|
||||
/>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue