Skip to content

Commit

Permalink
Update ecoCode logo
Browse files Browse the repository at this point in the history
  • Loading branch information
utarwyn committed Jun 6, 2024
1 parent 12ed350 commit 181f561
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
Binary file removed src/assets/img/logo-dark.webp
Binary file not shown.
1 change: 1 addition & 0 deletions src/assets/img/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/assets/img/logo.webp
Binary file not shown.
10 changes: 3 additions & 7 deletions src/components/shared/layout/AppHeader.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<script setup lang="ts">
import { ref } from "vue";
import BurgerMenuButton from "@/components/shared/layout/header/BurgerMenuButton.vue";
import Logo from "@/assets/img/logo.svg";
import GitHubIcon from "@/assets/icons/github.svg";
import LinkedinIcon from "@/assets/icons/linkedin.svg";
import SlackIcon from "@/assets/icons/slack.svg";
Expand Down Expand Up @@ -39,13 +40,7 @@ const socialItems = [
<header>
<div class="left">
<router-link to="/" class="go-to-home">
<img
src="@/assets/img/logo-dark.webp"
width="150"
height="25"
alt="ecoCode logo"
@click="closeMenu"
/>
<Logo width="148" height="24" alt="ecoCode logo" @click="closeMenu" />
</router-link>
<nav :class="{ open: isMenuOpen }">
<nav-item
Expand Down Expand Up @@ -101,6 +96,7 @@ header {
.menu-burger {
display: flex;
align-items: center;
color: inherit;
}
}
Expand Down

0 comments on commit 181f561

Please sign in to comment.