Change Cart button naming

This commit is contained in:
2021-11-05 17:49:34 +01:00
parent f82505a54e
commit d087a58f36
4 changed files with 7 additions and 7 deletions

View File

@@ -4,7 +4,7 @@
import Metas from '$components/Metas.svelte'
import SiteTitle from '$components/atoms/SiteTitle.svelte'
import Image from '$components/atoms/Image.svelte'
import CartButton from '$components/atoms/CartButton.svelte'
import ButtonCart from '$components/atoms/ButtonCart.svelte'
import PosterLayout from '$components/layouts/PosterLayout.svelte'
import Poster from '$components/molecules/Poster.svelte'
import NotificationCart from '$components/molecules/NotificationCart.svelte'
@@ -52,7 +52,7 @@
</ul>
</nav>
<CartButton />
<ButtonCart />
</div>
</header>
@@ -79,7 +79,7 @@
</dd>
</dl>
<CartButton />
<ButtonCart />
<div class="notifications">
<NotificationCart />
</div>
@@ -180,4 +180,4 @@
}
}
}
</script>
</script>