Make linter happy
This commit is contained in:
parent
40f4883f60
commit
b2549a2d08
File diff suppressed because one or more lines are too long
|
|
@ -3,8 +3,7 @@
|
||||||
class="hello"
|
class="hello"
|
||||||
data-cy="hello-page">
|
data-cy="hello-page">
|
||||||
<div class="about">
|
<div class="about">
|
||||||
<div class="about__logos">
|
<div class="about__logos" />
|
||||||
</div>
|
|
||||||
<p class="about__text">mySkillbox ist ein Angebot des hep Verlags in
|
<p class="about__text">mySkillbox ist ein Angebot des hep Verlags in
|
||||||
Zusammenarbeit mit dem Eidgenössischen Hochschulinstitut für Berufsbildung.</p>
|
Zusammenarbeit mit dem Eidgenössischen Hochschulinstitut für Berufsbildung.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -58,7 +57,6 @@
|
||||||
import Logo from '@/components/icons/Logo';
|
import Logo from '@/components/icons/Logo';
|
||||||
import HelloIllustration from '@/components/illustrations/HelloIllustration';
|
import HelloIllustration from '@/components/illustrations/HelloIllustration';
|
||||||
|
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
mixins: [pageTitleMixin],
|
mixins: [pageTitleMixin],
|
||||||
components: {
|
components: {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue