diff --git a/Store.UI/Pages/AuditLog.cshtml b/Store.UI/Pages/AuditLog.cshtml
index 4cda37f..d9b1301 100644
--- a/Store.UI/Pages/AuditLog.cshtml
+++ b/Store.UI/Pages/AuditLog.cshtml
@@ -100,13 +100,13 @@
@if (Model.CurrentPage > 1)
{
← Prev
+ class="button-secondary btn-sm">← Prev
}
@if (Model.Movements.Count == Model.PageSize)
{
Next →
+ class="button-secondary btn-sm">Next →
}
diff --git a/Store.UI/Pages/BatchTracking.cshtml b/Store.UI/Pages/BatchTracking.cshtml
index 13a1654..ced4984 100644
--- a/Store.UI/Pages/BatchTracking.cshtml
+++ b/Store.UI/Pages/BatchTracking.cshtml
@@ -92,7 +92,7 @@
-
|
diff --git a/Store.UI/Pages/BranchAdmin.cshtml b/Store.UI/Pages/BranchAdmin.cshtml
index 62cd9e0..7cb6c25 100644
--- a/Store.UI/Pages/BranchAdmin.cshtml
+++ b/Store.UI/Pages/BranchAdmin.cshtml
@@ -76,7 +76,7 @@
}
-
@@ -145,7 +145,7 @@
|
@@ -89,7 +89,7 @@
@log.Payload
|
- |
@key.RegistrationDate.ToString("MMM dd, yyyy HH:mm") |
- Remove
+ Remove
|
}
@@ -418,7 +418,7 @@
Recent Activity
- Sign Out All
+ Sign Out All
@@ -597,7 +597,7 @@
@@ -618,7 +618,7 @@
@@ -640,7 +640,7 @@
diff --git a/Store.UI/Pages/PromotionEffectiveness.cshtml b/Store.UI/Pages/PromotionEffectiveness.cshtml
index 92e6abd..3e626b6 100644
--- a/Store.UI/Pages/PromotionEffectiveness.cshtml
+++ b/Store.UI/Pages/PromotionEffectiveness.cshtml
@@ -22,7 +22,7 @@
diff --git a/Store.UI/Pages/PurchaseOrders.cshtml b/Store.UI/Pages/PurchaseOrders.cshtml
index 54108f3..c13bf90 100644
--- a/Store.UI/Pages/PurchaseOrders.cshtml
+++ b/Store.UI/Pages/PurchaseOrders.cshtml
@@ -28,7 +28,7 @@
- Filter
+ Filter
@@ -78,13 +78,12 @@
}
@if (po.Status == "Submitted")
@@ -92,13 +91,12 @@
}
@if (po.Status == "Approved" || po.Status == "PartiallyReceived")
diff --git a/Store.UI/Pages/Verify2FA.cshtml b/Store.UI/Pages/Verify2FA.cshtml
index 05b6b8f..57f5da7 100644
--- a/Store.UI/Pages/Verify2FA.cshtml
+++ b/Store.UI/Pages/Verify2FA.cshtml
@@ -30,7 +30,7 @@
-
+
Verify & Log In
diff --git a/Store.UI/Pages/VerifyContact.cshtml b/Store.UI/Pages/VerifyContact.cshtml
index b8334bd..425138b 100644
--- a/Store.UI/Pages/VerifyContact.cshtml
+++ b/Store.UI/Pages/VerifyContact.cshtml
@@ -31,6 +31,6 @@
Verification Failed
@Model.ErrorMessage
- Return to Profile
+ Return to Profile
}
diff --git a/Store.UI/Pages/_Host.cshtml b/Store.UI/Pages/_Host.cshtml
index c609193..a4b747b 100644
--- a/Store.UI/Pages/_Host.cshtml
+++ b/Store.UI/Pages/_Host.cshtml
@@ -44,11 +44,11 @@
Efficient inventory and business management
@if (User?.Identity?.IsAuthenticated == true)
{
- Go to Dashboard
+ Go to Dashboard
}
else
{
- Login
+ Login
}