mirror of
https://github.com/danbulant/Nertivia-Client
synced 2026-06-16 13:01:09 +00:00
updated changelog date
This commit is contained in:
parent
d38e2d0f14
commit
b18daed184
3 changed files with 3 additions and 3 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<div id="app" style="background: #292929;">
|
||||
<div id="app">
|
||||
<router-view />
|
||||
</div>
|
||||
</template>
|
||||
|
|
|
|||
|
|
@ -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.',
|
||||
|
|
|
|||
Loading…
Reference in a new issue