thainv-dev: fix ui
This commit is contained in:
@@ -18,9 +18,9 @@ async function copyLink() {
|
|||||||
<template>
|
<template>
|
||||||
<div class="py-5 flex flex-wrap justify-between items-center">
|
<div class="py-5 flex flex-wrap justify-between items-center">
|
||||||
<div class="flex gap-4 items-center">
|
<div class="flex gap-4 items-center">
|
||||||
<button title="Quay trở lại" class="w-12 h-3rem rounded-full flex items-center justify-center bg-white border-1px shadow hover:bg-primary-100 hover:text-primary-600 cursor-pointer">
|
<nuxt-link to="/" title="Quay trở lại" class="w-12 h-3rem rounded-full flex items-center justify-center bg-white border-1px shadow hover:bg-primary-100 hover:text-primary-600 cursor-pointer">
|
||||||
<Icon name="fa6-solid:arrow-left" />
|
<Icon name="fa6-solid:arrow-left" />
|
||||||
</button>
|
</nuxt-link>
|
||||||
<button @click="onClickBookmark()" class="w-8 h-8 rounded-full bg-white hover:bg-primary-100 hover:text-primary-600">
|
<button @click="onClickBookmark()" class="w-8 h-8 rounded-full bg-white hover:bg-primary-100 hover:text-primary-600">
|
||||||
<Icon v-if="isBookmark === false" name="fa6-regular:bookmark" />
|
<Icon v-if="isBookmark === false" name="fa6-regular:bookmark" />
|
||||||
<Icon v-if="isBookmark === true" name="fa6-solid:bookmark" class="text-primary-600" />
|
<Icon v-if="isBookmark === true" name="fa6-solid:bookmark" class="text-primary-600" />
|
||||||
|
|||||||
Reference in New Issue
Block a user