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

Commit

Permalink
Update copy (#101)
Browse files Browse the repository at this point in the history
* Update Energy Producer -> Supplier

* Bump patch version
  • Loading branch information
rmlearney-digicatapult authored Mar 21, 2024
1 parent 3b10de1 commit 6bf0ef9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ export const personas = [
id: 'emma',
name: 'Emma Emma',
title: 'Emma',
subtitle: 'The Energy Producer',
company: 'Emma the Energy Producer',
subtitle: 'The Energy Supplier',
company: 'Emma the Energy Supplier',
background: '#AAED93',
origin: 'http://localhost:8010',
},
Expand Down
2 changes: 1 addition & 1 deletion src/pages/components/CertificateFormHeader.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default function CertificateFormHeader() {
Hydrogen Producer: <strong>Heidi</strong>
</ListItem>
<ListItem>
Energy Producer: <strong>Emma</strong>
Energy Supplier: <strong>Emma</strong>
</ListItem>
<ListItem>
Regulator: <strong>Reginald</strong>
Expand Down
4 changes: 2 additions & 2 deletions src/pages/components/CertificateViewOwnership.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ export default function CertificateViewOwnership({ id, hOwner, eOwner }) {
<SpanLock>{id?.indexOf('-') > 0 ? id : `UK-HYPROOF-${id}`}</SpanLock>
</DivLock>
<DivRounded>
<Div>Hydrogen Owner: {hOwner}</Div>
<Div>Energy Owner: {eOwner}</Div>
<Div>Hydrogen Producer: {hOwner}</Div>
<Div>Energy Supplier: {eOwner}</Div>
<Hr />
<DivImageLeft>
<Div>Hydrogen Certificate</Div>
Expand Down

0 comments on commit 6bf0ef9

Please sign in to comment.