Add test icon along side the title

This commit is contained in:
marzban-dev
2026-05-05 20:31:59 +03:30
parent 271843fef4
commit c1aa66b49c
@@ -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">
<span class="text-black typo-h-6 md:typo-h-5 lg:typo-h-4"> <div class="flex gap-2 items-center">
{{ title }} <NuxtImg src="/img/navbar/cart.gif" class="size-8 sm:size-14" />
</span> <span class="text-black typo-h-6 md:typo-h-5 lg:typo-h-4">
{{ title }}
</span>
</div>
<div class="flex-center gap-2"> <div class="flex-center gap-2">
<button <button
@click="swiper_instance?.slidePrev()" @click="swiper_instance?.slidePrev()"