Friday, March 21, 2025
1 change · master
Resolved issues and error corrections
The VoIP interface now displays country flags correctly no matter which page users open it from. This fixes a visual issue caused by flag image links only working from the home page.
Original PR description
When opening the VoIP interface from any page other than the home page, it doesn't show the flag as the uri for the flag was relative. This commit fixes that by changing the relative uri (`base/...) to an absolute uri.