Change back link to take up less space

fad298abb82bd259431578fc6bc3b2d1818ebbbd

Tucker McKnight <tmcknight@instructure.com> | Thu Feb 05 2026

Change back link to take up less space
js_templates/common/htmlPage.ts:48
Before
48
                      <a class="nav-link" href="${nav.rootPath()}">&larr; All repositories</a>
After
48
                      <a class="nav-link" href="${nav.rootPath()}">&#10094; Repos</a>