Skip to content

Commit

Permalink
add link to web-shop
Browse files Browse the repository at this point in the history
  • Loading branch information
gudzsv committed Apr 18, 2024
1 parent 91a7d42 commit 8e5d621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ defineProps({

<template>
<header class="flex justify-between border-b border-slate-200 px-10 py-8">
<router-link to="/">
<router-link to="/web-shop">
<div class="flex items-center gap-4">
<img src="/logo.png" alt="logo" class="w-10" />
<div>
Expand Down

0 comments on commit 8e5d621

Please sign in to comment.