mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-02-01 10:29:31 +01:00
Add italic state
This commit is contained in:
@@ -84,7 +84,7 @@ const { t } = useI18n({
|
|||||||
<strong>{{ getActivity.project }}</strong>
|
<strong>{{ getActivity.project }}</strong>
|
||||||
</template>
|
</template>
|
||||||
<template #state>
|
<template #state>
|
||||||
{{ getActivity.state }}
|
<i>{{ getActivity.state }}</i>
|
||||||
</template>
|
</template>
|
||||||
<template #editor>
|
<template #editor>
|
||||||
<span class="space-x-1">
|
<span class="space-x-1">
|
||||||
|
|||||||
Reference in New Issue
Block a user