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
{{ message }}
This repository has been archived by the owner on Oct 29, 2019. It is now read-only.
Begin by following the TASK comments in observatory-client/index.html This will enable FontAwesome 5.0 and disable FontAwesome 4.7.
Search through the repository's *.vue files for <i> tags with the fa CSS class.
If an icon is missing from FA 5.0, it will display a little warning icon (see attached) indicating that the icon being used has been deprecated. Search for a suitable replacement on the FA 5.0 icons page and update the <i> element accordingly.
Missing Sort icon warning indicator
The text was updated successfully, but these errors were encountered:
We're currently using FontAwesome 4.7.
See FontAwesome 5 icons here.
Steps
Begin by following the
TASK
comments inobservatory-client/index.html
This will enable FontAwesome 5.0 and disable FontAwesome 4.7.Search through the repository's
*.vue
files for<i>
tags with thefa
CSS class.If an icon is missing from FA 5.0, it will display a little warning icon (see attached) indicating that the icon being used has been deprecated. Search for a suitable replacement on the FA 5.0 icons page and update the
<i>
element accordingly.Missing
Sort
icon warning indicatorThe text was updated successfully, but these errors were encountered: