diff --git a/CHANGELOG.md b/CHANGELOG.md
index 35748e4..22b48ce 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,7 @@
* Added local purchase pie chart for customer dashboard
* Added week by week purchase list for customer dashboard
* Added sector purchase amount list for customer dashboard
+* Added sector U to available ones
# v0.0.7
diff --git a/src/app/auth/register.component.html b/src/app/auth/register.component.html
index 34c50ca..0983b97 100644
--- a/src/app/auth/register.component.html
+++ b/src/app/auth/register.component.html
@@ -106,6 +106,7 @@
+
diff --git a/src/app/dashboard/account-edit.component.html b/src/app/dashboard/account-edit.component.html
index 5d4e7b4..9c6ed5c 100644
--- a/src/app/dashboard/account-edit.component.html
+++ b/src/app/dashboard/account-edit.component.html
@@ -99,6 +99,7 @@
+
Alter this if your business sector has changed.
diff --git a/src/app/dashboard/dashboard-customer.component.ts b/src/app/dashboard/dashboard-customer.component.ts
index b304d54..832fbac 100644
--- a/src/app/dashboard/dashboard-customer.component.ts
+++ b/src/app/dashboard/dashboard-customer.component.ts
@@ -51,6 +51,7 @@ export class DashboardCustomerComponent implements OnInit {
R: 'Arts, Entertainment & Recreation',
S: 'Other Service Activities',
T: 'Household Domestic Business',
+ U: 'Extraterritorial Organisations and Bodies'
}
sectorIcons = {
@@ -63,7 +64,7 @@ export class DashboardCustomerComponent implements OnInit {
G: 'icon-tag',
H: 'icon-speedometer',
I: 'icon-cup',
- J: 'icon-globe',
+ J: 'icon-feed',
K: 'icon-credit-card',
L: 'icon-graph',
M: 'icon-chemistry',
@@ -74,6 +75,7 @@ export class DashboardCustomerComponent implements OnInit {
R: 'icon-film',
S: 'icon-calendar',
T: 'icon-home',
+ U: 'cion-globe',
}
sectorLetters: string[] = [];