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

View file

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

View file

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