Add test icon along side the title
This commit is contained in:
@@ -29,9 +29,12 @@ const onSwiper = (swiper: SwiperClass) => {
|
|||||||
<template>
|
<template>
|
||||||
<section class="w-full flex flex-col gap-10 md:gap-16 lg:container">
|
<section class="w-full flex flex-col gap-10 md:gap-16 lg:container">
|
||||||
<div class="w-full flex justify-between items-center max-lg:container">
|
<div class="w-full flex justify-between items-center max-lg:container">
|
||||||
|
<div class="flex gap-2 items-center">
|
||||||
|
<NuxtImg src="/img/navbar/cart.gif" class="size-8 sm:size-14" />
|
||||||
<span class="text-black typo-h-6 md:typo-h-5 lg:typo-h-4">
|
<span class="text-black typo-h-6 md:typo-h-5 lg:typo-h-4">
|
||||||
{{ title }}
|
{{ title }}
|
||||||
</span>
|
</span>
|
||||||
|
</div>
|
||||||
<div class="flex-center gap-2">
|
<div class="flex-center gap-2">
|
||||||
<button
|
<button
|
||||||
@click="swiper_instance?.slidePrev()"
|
@click="swiper_instance?.slidePrev()"
|
||||||
|
|||||||
Reference in New Issue
Block a user