diff --git a/src/app/main/documentation/changelog/changelog.component.html b/src/app/main/documentation/changelog/changelog.component.html index 67021fa4..c05a9600 100644 --- a/src/app/main/documentation/changelog/changelog.component.html +++ b/src/app/main/documentation/changelog/changelog.component.html @@ -19,6 +19,38 @@
+ + + +
+ +
+ v6.2.3 + (2018-07-13) +
+ +
+ +
+ Fixed +
    +
  • (Navbar) Doesn't scroll on Firefox, IE & Edge
  • +
  • (Navbar) IE11 style fixes
  • +
  • (Chat Panel) IE11 style fixes
  • +
+
+ +
+ Improved +
    +
  • (Chat Panel) Style and logic tweaks
  • +
+
+ +
+ +
+ diff --git a/src/app/navigation/navigation.ts b/src/app/navigation/navigation.ts index 62f9df0e..b67a7dec 100644 --- a/src/app/navigation/navigation.ts +++ b/src/app/navigation/navigation.ts @@ -849,7 +849,7 @@ export const navigation: FuseNavigation[] = [ icon : 'update', url : '/documentation/changelog', badge: { - title: '6.2.2', + title: '6.2.3', bg : '#EC0C8E', fg : '#FFFFFF' }