Change Cart button naming
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user