Use solid/filled Font Awesome icons for consistency.

Some of the "open" icons are not in the free FA tier, so rather than mix
the two we should use solid icons everywhere.
This commit is contained in:
dandds
2019-05-01 16:24:02 -04:00
parent 69ab412fcb
commit 752a3a8f28
12 changed files with 11 additions and 12 deletions

View File

@@ -81,5 +81,5 @@
url_for("portfolios.create_member", portfolio_id=portfolio.id),
[step_one, step_two],
button_text=("portfolios.admin.add_new_member" | translate),
button_icon="plus-circle-solid",
button_icon="plus",
) }}