Skip to content

Commit

Permalink
fix: sidebar image paths
Browse files Browse the repository at this point in the history
  • Loading branch information
1cadumagalhaes committed Sep 6, 2023
1 parent 4743bfb commit 3272f7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/Sidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!--top-->
<div class="text-gray-100 text-xl flex-initial">
<div class="p-2.5 mt-1 flex flex-col items-center">
<img src="../public/img/logo-ga4.png" alt="Google Analytics 4" />
<img src="./public/img/logo-ga4.png" alt="Google Analytics 4" />
<h1 class="font-bold text-gray-200 text-[15px] ml-3">
GA4 Explorer
</h1>
Expand Down Expand Up @@ -44,7 +44,7 @@
<div class="flex flex-col items-center flex-initial">
<a href="https://dp6.github.io">
<img
src="../public/img/logo-dp6.png"
src="./public/img/logo-dp6.png"
alt="Logo DP6"
style="height: 32px"
/>
Expand Down

0 comments on commit 3272f7e

Please sign in to comment.