mirror of
https://github.com/makeplane/plane.git
synced 2026-02-24 20:20:49 +01:00
Merge branch 'chore/update-existing-vars' of https://github.com/makeplane/plane into chore/update-existing-vars
This commit is contained in:
@@ -64,12 +64,12 @@ export const AutoArchiveAutomation = observer(function AutoArchiveAutomation(pro
|
||||
<div className="flex flex-col gap-4 border-b border-subtle py-6">
|
||||
<div className="flex items-center justify-between">
|
||||
<div className="flex items-start gap-3">
|
||||
<div className="flex items-center justify-center rounded-sm bg-surface-2 p-3">
|
||||
<div className="flex items-center justify-center rounded-sm bg-layer-3 p-3">
|
||||
<ArchiveRestore className="h-4 w-4 flex-shrink-0 text-primary" />
|
||||
</div>
|
||||
<div className="">
|
||||
<h4 className="text-13 font-medium">{t("project_settings.automations.auto-archive.title")}</h4>
|
||||
<p className="text-13 tracking-tight text-secondary">
|
||||
<p className="text-13 tracking-tight text-tertiary">
|
||||
{t("project_settings.automations.auto-archive.description")}
|
||||
</p>
|
||||
</div>
|
||||
|
||||
@@ -93,12 +93,12 @@ export const AutoCloseAutomation = observer(function AutoCloseAutomation(props:
|
||||
<div className="flex flex-col gap-4 py-6">
|
||||
<div className="flex items-center justify-between">
|
||||
<div className="flex items-start gap-3">
|
||||
<div className="flex items-center justify-center rounded-sm bg-surface-2 p-3">
|
||||
<div className="flex items-center justify-center rounded-sm bg-layer-3 p-3">
|
||||
<ArchiveX className="h-4 w-4 flex-shrink-0 text-red-500" />
|
||||
</div>
|
||||
<div className="">
|
||||
<h4 className="text-13 font-medium">{t("project_settings.automations.auto-close.title")}</h4>
|
||||
<p className="text-13 tracking-tight text-secondary">
|
||||
<p className="text-13 tracking-tight text-tertiary">
|
||||
{t("project_settings.automations.auto-close.description")}
|
||||
</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user