Update image source for digital data icon
Modified the `src` attribute of an `<img>` element in `app.tsx` to replace the previous image with a new icon located at "/assets/images/dd-button-icon.webp". This change enhances the visual representation of the application by using a more relevant image.
This commit is contained in:
parent
325b27262e
commit
b6ffdaf03f
BIN
src/client/dd-hub-react/public/assets/images/dd-button-icon.webp
Normal file
BIN
src/client/dd-hub-react/public/assets/images/dd-button-icon.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 149 KiB |
@ -37,7 +37,7 @@ export default function App({ children }: AppProps) {
|
|||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<img
|
<img
|
||||||
src="/assets/images/product/product-default.webp"
|
src="/assets/images/dd-button-icon.webp"
|
||||||
alt="Digital Data"
|
alt="Digital Data"
|
||||||
/>
|
/>
|
||||||
</Fab>
|
</Fab>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user