How to change frappe hr logo in pwa(mobile app)

I want to change the HR logo in PWA

Screenshot from 2024-07-13 13-23-51

I went thorugh the code and got to know that an svg is being used as main logo

it was a SVG image so i changed the SVG code by keeping the same name ie., FrappeHRLogo
restarted the bench and still the previous logo is visible that means the logo has not changed
I inspected the code, the svg code for the image has not changed so what might be the issue
I know vuejs is used for Frappe HR frontend,
should i need to build the frontend again (npm run build) and then bench restart?

Hi @Vinay1:

Use bench build --force
Hope this helps.