Skip to content

Commit

Permalink
Merge pull request #4263 from jedwardmook/WV-755.revisited
Browse files Browse the repository at this point in the history
[MERGE READY]  Add icons to Voter Account navigation and headers of each section
  • Loading branch information
DaleMcGrew authored Mar 1, 2025
2 parents 5a92f6d + 7c2da26 commit 30963cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/js/components/Settings/SettingsYourData.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default class SettingsYourData extends Component {
return (
<div>
<div className="u-stack--md">
<Helmet title="Your Privacy & Data - WeVote" />
<Helmet title="Privacy & Data - WeVote" />
<BrowserPushMessage incomingProps={this.props} />
<div className="card">
<div className="card-main">
Expand All @@ -52,7 +52,7 @@ export default class SettingsYourData extends Component {
</h1>
</HeaderContainer>
<DataSettingSection>
<h4 className="h4" id = "yourAddressBookText">
<h4 className="h4" id="yourAddressBookText">
Your Address Book Contact Data
</h4>
{voterContactEmailListCount > 0 ? (
Expand Down
2 changes: 1 addition & 1 deletion src/js/pages/Settings/HamburgerMenu.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ export default class HamburgerMenu extends Component {
{isSignedIn && (
<HamburgerMenuRow
fullIcon={this.yourAccountIcon(voterPhotoUrlMedium)}
linkText="Your Privacy & Data"
linkText="Privacy & Data"
onClickAction={null}
to="/settings/yourdata"
/>
Expand Down

0 comments on commit 30963cd

Please sign in to comment.