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"
|
||||
data-cy="hello-page">
|
||||
<div class="about">
|
||||
<div class="about__logos">
|
||||
</div>
|
||||
<div class="about__logos" />
|
||||
<p class="about__text">mySkillbox ist ein Angebot des hep Verlags in
|
||||
Zusammenarbeit mit dem Eidgenössischen Hochschulinstitut für Berufsbildung.</p>
|
||||
</div>
|
||||
|
|
@ -58,7 +57,6 @@
|
|||
import Logo from '@/components/icons/Logo';
|
||||
import HelloIllustration from '@/components/illustrations/HelloIllustration';
|
||||
|
||||
|
||||
export default {
|
||||
mixins: [pageTitleMixin],
|
||||
components: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue