The "Open source, top to bottom" links point to https://github.com/... but lack target="_blank" and rel="noopener noreferrer", so clicking one navigates the user away from the app entirely instead of opening the repo in a new tab.
Suggested fix: Add target="_blank" rel="noopener noreferrer" to each of the three anchor tags.
The "Open source, top to bottom" links point to
https://github.com/...but lacktarget="_blank"andrel="noopener noreferrer", so clicking one navigates the user away from the app entirely instead of opening the repo in a new tab.Suggested fix: Add
target="_blank" rel="noopener noreferrer"to each of the three anchor tags.