Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
acouch committed Jul 5, 2024
1 parent 9b5eac5 commit f65afce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ const Footer = () => {
<Grid row gap>
<Grid tablet={{ col: 4 }} desktop={{ col: 6 }}>
<Image
className="maxh-15 margin-bottom-2 tablet:margin-bottom-0"
className="margin-bottom-2 tablet:margin-bottom-0"
alt={t("logo_alt")}
src={GrantsLogo}
height={168}
Expand Down
2 changes: 2 additions & 0 deletions frontend/src/components/GrantsIdentifier.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ const GrantsIdentifier = () => {
alt={identifier_strings.logo_alt}
src={logo}
className="usa-identifier__logo-img"
width={500}
height={168}
/>
);

Expand Down
1 change: 0 additions & 1 deletion frontend/tests/e2e/search/search.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import {
getSearchInput,
hasMobileMenu,
refreshPageWithCurrentURL,
selectOppositeSortOption,
selectSortBy,
toggleCheckboxes,
waitForSearchResultsInitialLoad,
Expand Down

0 comments on commit f65afce

Please sign in to comment.