Move logo to allow easy replacement

This commit is contained in:
Oliver Traber 2022-01-15 12:51:19 +01:00
parent 20686e39b6
commit 536ab843de
Signed by: Bluemedia
GPG key ID: C7BA47275B086E2C
2 changed files with 1 additions and 1 deletions

View file

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

View file

@ -1,6 +1,6 @@
<template>
<div class="header">
<img src="@/assets/logo.png" alt="Logo" class="logo">
<img src="/img/logo.png" alt="Logo" class="logo">
<h2>{{ this.title }}</h2>
</div>
</template>