Skip to content

Commit

Permalink
Remove header logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomasevano committed Jan 28, 2021
1 parent 24dcba0 commit 3d50b1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 0 additions & 3 deletions assets/img/logo.svg

This file was deleted.

6 changes: 3 additions & 3 deletions components/Header.vue
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<template>
<header>
<div class="header__container">
<nuxt-link to="/" class="logo-container">
<img class="logo" src="~/assets/img/logo.svg" alt />
</nuxt-link>
<!-- <nuxt-link to="/" class="logo-container">
<img class="logo" src="~/assets/img/" alt />
</nuxt-link> -->
<input id="burger" class="burger__checkbox" type="checkbox" />
<label for="burger" class="burger__menu">
<span></span>
Expand Down

0 comments on commit 3d50b1c

Please sign in to comment.