mirror of
https://github.com/m1k1o/neko.git
synced 2025-06-13 16:23:52 +02:00
add link to header.
This commit is contained in:
parent
1bf588511a
commit
bc2fa6cd40
1 changed files with 4 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
<template>
|
||||
<div class="header">
|
||||
<div class="neko">
|
||||
<a href="https://github.com/m1k1o/neko" title="Github repository" target="_blank" class="neko">
|
||||
<img src="@/assets/images/logo.svg" alt="n.eko" />
|
||||
<span><b>n</b>.eko</span>
|
||||
</div>
|
||||
</a>
|
||||
<ul class="menu">
|
||||
<li>
|
||||
<i
|
||||
|
@ -46,6 +46,8 @@
|
|||
align-items: center;
|
||||
width: 150px;
|
||||
margin-left: 20px;
|
||||
color: $text-normal;
|
||||
text-decoration: none;
|
||||
|
||||
img {
|
||||
display: block;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue