Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

Commit

Permalink
change favicon, link logo
Browse files Browse the repository at this point in the history
  • Loading branch information
ocjojo committed Mar 22, 2020
1 parent 9a9adff commit a97df8c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
Binary file modified frontend/public/favicon.ico
Binary file not shown.
9 changes: 8 additions & 1 deletion frontend/src/views/Main.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<template>
<div id="app">
<div class="nav">
<img src="@/assets/logo.svg" alt="logo" />
<router-link to="/" class="logo"
><img src="@/assets/logo.svg" alt="logo"
/></router-link>
<div class="nav-item">
<router-link to="/" class="dashboard">Dashboard</router-link>
<router-link to="/kurse" class="track">Kurse</router-link>
Expand Down Expand Up @@ -105,6 +107,11 @@ export default {
}
}
}
.logo,
.logo:hover,
.logo.router-link-exact-active {
background: transparent;
}
}
.profile-img-container {
border: solid 1px #ededed;
Expand Down

0 comments on commit a97df8c

Please sign in to comment.