Skip to content

Commit

Permalink
Replace other pound icons.
Browse files Browse the repository at this point in the history
To match change in ec3b459.
  • Loading branch information
dracos committed Sep 13, 2024
1 parent a385906 commit 890bf3c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion classes/SPHomepage.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ protected function getSearchBox(array $data): Search\SearchBox{
}
$search_box->add_quick_link('Create and manage email alerts', '/alert/', 'megaphone');
$search_box->add_quick_link(gettext('Subscribe to our newsletter'), '/about/#about-mysociety', 'mail');
$search_box->add_quick_link('Donate to support our work', '/support-us/', 'pound');
$search_box->add_quick_link('Donate to support our work', '/support-us/', 'heart');
$search_box->add_quick_link('Learn more about TheyWorkForYou', '/about/', 'magnifying-glass');
return $search_box;
}
Expand Down
2 changes: 1 addition & 1 deletion classes/SectionView/NiView.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ protected function getSearchBox(array $data): \MySociety\TheyWorkForYou\Search\S
}
$search_box->add_quick_link('Create and manage email alerts', '/alert/','megaphone');
$search_box->add_quick_link(gettext('Subscribe to our newsletter'), '/about/#about-mysociety', 'mail');
$search_box->add_quick_link('Donate to support our work', '/support-us/','pound');
$search_box->add_quick_link('Donate to support our work', '/support-us/','heart');
$search_box->add_quick_link('Learn more about TheyWorkForYou', '/about/', 'magnifying-glass');
return $search_box;
}
Expand Down
2 changes: 1 addition & 1 deletion classes/SectionView/SeneddView.php
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ protected function getSearchBox(array $data): \MySociety\TheyWorkForYou\Search\S
}
$search_box->add_quick_link(gettext('Create and manage email alerts'), '/alert/','megaphone');
$search_box->add_quick_link(gettext('Subscribe to our newsletter'), '/about/#about-mysociety', 'mail');
$search_box->add_quick_link(gettext('Donate to support our work'), '/support-us/', 'pound');
$search_box->add_quick_link(gettext('Donate to support our work'), '/support-us/', 'heart');
$search_box->add_quick_link(gettext('Learn more about TheyWorkForYou'), '/about/', 'magnifying-glass');
return $search_box;
}
Expand Down

0 comments on commit 890bf3c

Please sign in to comment.