update content render page
Signed-off-by: nurRiyad <asadnurriyad@gmail.com>
This commit is contained in:
@@ -1,19 +0,0 @@
|
||||
<template>
|
||||
<div class="flex w-full justify-center text-xs md:text-base">
|
||||
<div class="md:flex text-black content-center gap-7">
|
||||
<div class="flex items-center">
|
||||
<LogoDate />
|
||||
<slot name="date"></slot>
|
||||
</div>
|
||||
<div class="flex items-center gap-2 flex-wrap underline">
|
||||
<LogoTag />
|
||||
<slot name="tag1"></slot>
|
||||
<slot name="tag2"></slot>
|
||||
<slot name="tag3"></slot>
|
||||
<slot name="tag4"></slot>
|
||||
<slot name="tag5"></slot>
|
||||
<slot></slot>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
@@ -1,5 +0,0 @@
|
||||
<template>
|
||||
<div class="text-center mt-8">
|
||||
<slot />
|
||||
</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user