Update GuideItem.svelte

This commit is contained in:
freearhey 2023-11-17 16:51:52 +03:00
parent eae420e080
commit bb0e8937a9

View file

@ -35,6 +35,8 @@
</svg> </svg>
</span></a </span></a
> >
<div class="text-right text-gray-400 text-sm w-full">{guide.site_name}</div> <div class="text-right text-gray-400 text-sm w-full" title={guide.site_id}>
{guide.site_name}
</div>
</div> </div>
</div> </div>