Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace font awesome arrow with USWDS arrow icon #328

Open
mejiaj opened this issue Sep 1, 2022 · 0 comments
Open

Replace font awesome arrow with USWDS arrow icon #328

mejiaj opened this issue Sep 1, 2022 · 0 comments
Assignees

Comments

@mejiaj
Copy link
Contributor

mejiaj commented Sep 1, 2022

We're loading a font awesome stylesheet for the arrow on the Explore → banner

image

<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous" />

<a href="https://digital.gov/resources" class="text-white text-no-underline">Explore <i class="fas fa-arrow-right margin-left-1"></i></a>

This seems to be the only case where a font awesome icon is used. Let's reduce dependencies and improve performance by removing this and using the USWDS arrow icon instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants