updated changelog date

This commit is contained in:
supertiger1234 2019-08-22 14:06:05 +01:00
parent d38e2d0f14
commit b18daed184
3 changed files with 3 additions and 3 deletions

View file

@ -60,7 +60,7 @@
</script>
</head>
<body>
<body style="background: #292929;">
<noscript>
<strong>We're sorry but Nertivia doesn't work properly without JavaScript enabled. Please enable it to
continue.</strong>

View file

@ -1,5 +1,5 @@
<template>
<div id="app" style="background: #292929;">
<div id="app">
<router-view />
</div>
</template>

View file

@ -18,7 +18,7 @@ const config = [
version: 6.5,
title: "Bug fixes",
shortTitle: "",
date: "20/08/2019",
date: "22/08/2019",
headColor: "rgba(25, 130, 255, 0.77)",
fix: [
'Fixed a bug where when being scrolled up, new messages would cause it to not load more.',