|
|
|
@ -38,15 +38,15 @@ const { contentContributionLink } = Astro.props; |
|
|
|
|
<Icon icon='check' /> |
|
|
|
|
<span class='ml-2'>Mark as Done</span> |
|
|
|
|
</button> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<button |
|
|
|
|
id='mark-topic-pending' |
|
|
|
|
class='inline-flex hidden items-center rounded-md bg-red-600 p-1 px-2 text-sm text-white hover:bg-red-700' |
|
|
|
|
> |
|
|
|
|
<Icon icon='reset' /> |
|
|
|
|
<span class='ml-2'>Mark as Pending</span> |
|
|
|
|
</button> |
|
|
|
|
<button |
|
|
|
|
id='mark-topic-pending' |
|
|
|
|
class='inline-flex hidden items-center rounded-md bg-red-600 p-1 px-2 text-sm text-white hover:bg-red-700' |
|
|
|
|
> |
|
|
|
|
<Icon icon='reset' /> |
|
|
|
|
<span class='ml-2'>Mark as Pending</span> |
|
|
|
|
</button> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<button |
|
|
|
|
type='button' |
|
|
|
|