Optimize prerendered files
This commit is contained in:
parent
ca171e9826
commit
8bc59cfa50
3 changed files with 6 additions and 3 deletions
|
@ -9,7 +9,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<noscript>
|
||||
<strong>Przepraszamy, ale strona Wulkanowy wymaga dostępu do JavaScryptu. Prosimy o włączenie go aby kontynuować.</strong>
|
||||
<strong>Przepraszamy, strona Wulkanowego wymaga włączonego JavaScriptu</strong>
|
||||
</noscript>
|
||||
<div id="app"></div>
|
||||
<!-- built files will be auto injected -->
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
import '@mdi/font/css/materialdesignicons.min.css';
|
||||
import Vue from 'vue';
|
||||
import AsyncComputed from 'vue-async-computed';
|
||||
import VueResource from 'vue-resource';
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<div class="faq">
|
||||
<div class="header">
|
||||
<router-link to="/czesto-zadawane-pytania" v-if="window.width <= 850 && faqCurrent" class="header__back"><span class="mdi mdi-arrow-left"></span></router-link>
|
||||
<router-link to="/czesto-zadawane-pytania" v-if="window.width <= 850 && faqCurrent" class="header__back">←</router-link>
|
||||
<router-link to="/" class="header__wulkanowy"><img src="../assets/wulkanowy-small-flat.svg" alt="" /></router-link>
|
||||
</div>
|
||||
<div class="questions" v-if="window.width > 850 || !faqCurrent">
|
||||
|
@ -112,6 +112,10 @@
|
|||
.header {
|
||||
grid-column: 1;
|
||||
margin: 4px;
|
||||
|
||||
&__back {
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
|
||||
.questions {
|
||||
|
|
Loading…
Reference in a new issue