Feature Request
Describe the Feature Request
The GUI prototype currently has two icons in the GUI footer, but clicking on either of them will not open the url in the browser.
Describe Preferred Solution
Using available NiceGUI functionality is preferred. We should figure out how to open a url in a browser from the GUI native desktop (ui.link might be worth looking at)
Related Code
This is the part of the code implementing the icons/buttons in the prototype code:
https://github.com/civictechdc/mango-tango-cli/blob/d400d4b41de691a2c2ecb5d7761f71393bce554a/gui/main_screen.py#L115-L118
Additional Context