generated from Seekra/repository-template
use logo #52
Reference in New Issue
Block a user
Delete Branch "feature/use-logo"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@@ -38,2 +34,2 @@</span></header><header class="global-header"><img src="@/assets/logo.svg" alt="Seekra" class="header-logo" />Using an alias in an
<img>srcusually works. But there is no guarantee that it will actually work 100% of the time. That is why I would ask you to import the image in the<script>(such asimport logo from '@/assets/logo.svg';) and using it dynamically with:src(such as:src="logo").Is done!
@@ -21,3 +21,3 @@<nav class="global-nav"><RouterLink to="/" class="link button link"><span id="logo">Seekra</span><img src="@/assets/logo.svg" alt="Seekra" class="nav-logo" />Please see my comment in
src/views/SearchView.vue.Is done!