Skip to content

Commit

Permalink
Remove logo from header (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurensWe authored Oct 7, 2024
2 parents efaf34a + 51930bd commit 398ffbf
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions frontend/src/components/Header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,8 @@ const emit = defineEmits(['reset-event'])

<template>
<header class="header">
<div class="rvo-header__logo-wrapper">
<div class="rvo-logo rvo-header__logo-img">
<div class="rvo-logo__emblem">
<img src="@nl-rvo/assets/images/emblem.svg">
</div>
</div>
<div id="header_logo">
<!-- Place holder div for logo based on who implements the decision tree -->
</div>
<div class="rvo-layout-column rvo-layout-gap--2xl">
<div class="rvo-topnav__background rvo-topnav__background--horizontal-rule">
Expand Down

0 comments on commit 398ffbf

Please sign in to comment.