You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we can switch to using bootstrap's built-in icons (https://icons.getbootstrap.com). In this instance, switch it to <i class="bi bi-box-arrow-up-right"></i>.
You can find all instances with:
git clone https://github.com/biopragmatics/bioregistry.git
cd bioregistry/src/bioregistry/app
grep -Irn "fa-"```.Test it by installing the bioregistry with```shell
git clone https://github.com/biopragmatics/bioregistry.git
cd bioregistry
uv pip install -e .[web]
bioregistry web
And navigating around to see the new icons are there
The text was updated successfully, but these errors were encountered:
Remove this
bioregistry/src/bioregistry/app/templates/base.html
Line 30 in 772b11a
And anywhere there is something like with
class="fa fa-
, like thisbioregistry/src/bioregistry/app/templates/base.html
Line 74 in 772b11a
we can switch to using bootstrap's built-in icons (https://icons.getbootstrap.com). In this instance, switch it to
<i class="bi bi-box-arrow-up-right"></i>
.You can find all instances with:
And navigating around to see the new icons are there
The text was updated successfully, but these errors were encountered: