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

Commit

Permalink
HYP-166 Consumer position last in the list (#73)
Browse files Browse the repository at this point in the history
* Version bump

* Bumped up ver

* Changed the position of Connor to last.

* Bump version
  • Loading branch information
dc-andysign authored Mar 8, 2024
1 parent 0a01f8f commit fa89b3f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@digicatapult/sqnc-hyproof-client",
"version": "0.2.4",
"version": "0.2.5",
"description": "User interface for HyProof",
"homepage": "https://github.com/digicatapult/sqnc-hyproof-client",
"main": "src/index.js",
Expand Down
16 changes: 8 additions & 8 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,6 @@ export const personas = [
background: '#AAED93',
origin: 'http://localhost:8010',
},
{
id: 'connor',
name: 'Connor Connor',
title: 'Connor Connor',
subtitle: 'The Hydrogen Consumer',
background: '#FDB6D4',
origin: 'http://localhost:8020',
},
{
id: 'reginald',
name: 'Reginald Reginald',
Expand All @@ -43,6 +35,14 @@ export const personas = [
background: '#FCF281',
origin: 'http://localhost:8020',
},
{
id: 'connor',
name: 'Connor Connor',
title: 'Connor Connor',
subtitle: 'The Hydrogen Consumer',
background: '#FDB6D4',
origin: 'http://localhost:8020',
},
]

export default function App() {
Expand Down

0 comments on commit fa89b3f

Please sign in to comment.