Add test icon along side the title
This commit is contained in:
@@ -29,9 +29,12 @@ const onSwiper = (swiper: SwiperClass) => {
|
||||
<template>
|
||||
<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">
|
||||
<span class="text-black typo-h-6 md:typo-h-5 lg:typo-h-4">
|
||||
{{ title }}
|
||||
</span>
|
||||
<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">
|
||||
{{ title }}
|
||||
</span>
|
||||
</div>
|
||||
<div class="flex-center gap-2">
|
||||
<button
|
||||
@click="swiper_instance?.slidePrev()"
|
||||
|
||||
Reference in New Issue
Block a user