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:
tekh 2025-07-02 11:45:44 +02:00
parent 325b27262e
commit b6ffdaf03f
2 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 149 KiB

View File

@ -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>