Skip to content

Commit

Permalink
add etsy link
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeb Sola committed Jul 17, 2024
1 parent b1395ab commit 284bbec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/MobileNav.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<div>
<router-link to="/contact">Contact</router-link>
<router-link to="/about">About</router-link>
<a target="_blank" href="https://www.etsy.com/shop/ZGSPhotography">prints</a>
<div class="a link-with-menu" @click="openMenu">Work</div>
<ul id="photoProjects" :class="router.currentRoute.value.fullPath.indexOf('/work') >= 0 ? 'open' : ''">
<li>
Expand Down
2 changes: 2 additions & 0 deletions src/components/Sidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<nav class="nav">
<router-link to="/contact">Contact</router-link>
<router-link to="/about">About</router-link>
<a target="_blank" href="https://www.etsy.com/shop/ZGSPhotography">prints</a>
<div class="a link-with-menu" @click="openMenu">Work</div>
<ul id="photoProjects" :class="router.currentRoute.value.fullPath.indexOf('/work') >= 0 ? 'open' : ''">
<li>
Expand All @@ -24,6 +25,7 @@
</li>
</ul>


</nav>
<Footer/>
</div>
Expand Down

0 comments on commit 284bbec

Please sign in to comment.