remove www text on reps

This commit is contained in:
2025-02-27 13:05:16 +00:00
parent fc63a2f279
commit 4ae78dec72
2 changed files with 8 additions and 2 deletions
+7
View File
@@ -32,3 +32,10 @@ docker*.yml
pages/api/poll-queue.js pages/api/poll-queue.js
pages/polling.js pages/polling.js
# dev apis to no include
/pages/api/endpoint/getaccounts_api.js
-1
View File
@@ -1192,7 +1192,6 @@ let MakeRepresentation = (props) => {
</h1> </h1>
<div id="rep-form"> <div id="rep-form">
<div className="govuk-grid-column-three-quarters wgForm"> <div className="govuk-grid-column-three-quarters wgForm">
www
{whichControl()} {whichControl()}
</div> </div>