summaryrefslogtreecommitdiff
path: root/src/client/components/error.vue
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2020-02-05 14:39:52 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2020-02-05 14:39:52 +0900
commita3c1a29fbf67b29df8911b7d16c047711100d0c5 (patch)
tree7e9131b033c66b0af8be6d6c2e4852741cc36438 /src/client/components/error.vue
parent12.0.0-alpha.15 (diff)
downloadsharkey-a3c1a29fbf67b29df8911b7d16c047711100d0c5.tar.gz
sharkey-a3c1a29fbf67b29df8911b7d16c047711100d0c5.tar.bz2
sharkey-a3c1a29fbf67b29df8911b7d16c047711100d0c5.zip
Refactor
Diffstat (limited to 'src/client/components/error.vue')
-rw-r--r--src/client/components/error.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/components/error.vue b/src/client/components/error.vue
index 1dc21dbb19..b6e4b1951c 100644
--- a/src/client/components/error.vue
+++ b/src/client/components/error.vue
@@ -1,5 +1,5 @@
<template>
-<div class="wjqjnyhzogztorhrdgcpqlkxhkmuetgj _panel">
+<div class="mjndxjcg _panel">
<p><fa :icon="faExclamationTriangle"/> {{ $t('error') }}</p>
<mk-button @click="() => $emit('retry')" class="button">{{ $t('retry') }}</mk-button>
</div>
@@ -25,7 +25,7 @@ export default Vue.extend({
</script>
<style lang="scss" scoped>
-.wjqjnyhzogztorhrdgcpqlkxhkmuetgj {
+.mjndxjcg {
max-width: 350px;
margin: 0 auto;
padding: 32px;