diff --git a/src/components/panels/Settings/UpdatePanel.vue b/src/components/panels/Settings/UpdatePanel.vue index 45c9f17d..150c5b0a 100644 --- a/src/components/panels/Settings/UpdatePanel.vue +++ b/src/components/panels/Settings/UpdatePanel.vue @@ -80,24 +80,17 @@ mdi-close-thick - - - - - - - - + - + - {{ commit.title }} - + {{ commit.subject }} + - {{ commit.author }} committed at {{ commit.date.toLocaleString() }} + {{ commit.author }} committed at {{ new Date(commit.date * 1000).toLocaleString() }} @@ -114,7 +107,6 @@ \ No newline at end of file