Skip to content

Commit

Permalink
Merge pull request #1303 from ajayadav09/PRESS0-2122-help-sidenav
Browse files Browse the repository at this point in the history
PRESS0-2122 | Updated Help Text in Side Nav Menu to open Helpcenter
  • Loading branch information
ramyakrishnai authored Sep 10, 2024
2 parents 0bbd189 + 18a3aef commit 23cd6ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion inc/alt-experience/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ <h2 class="heading screen-reader-text">Bluehost WordPress Plugin</h2>
<path stroke-linecap="round" stroke-linejoin="round"
d="M9.879 7.519c1.171-1.025 3.071-1.025 4.242 0 1.172 1.025 1.172 2.687 0 3.712-.203.179-.43.326-.67.442-.745.361-1.45.999-1.45 1.827v.75M21 12a9 9 0 11-18 0 9 9 0 0118 0zm-9 5.25h.008v.008H12v-.008z">
</path>
</svg>Help</a></li>
</svg>Help with WordPress</a></li>
</ul>
</div>
</nav>
Expand Down
2 changes: 1 addition & 1 deletion src/app/data/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ export const routes = [
},
{
name: '/help',
title: __( 'Help', 'wp-plugin-bluehost' ),
title: __( 'Help with WordPress', 'wp-plugin-bluehost' ),
Component: Help,
Icon: HelpIcon,
condition: true,
Expand Down

0 comments on commit 23cd6ec

Please sign in to comment.