From 6e85b9ff2a579eca913a030389b189527127cc46 Mon Sep 17 00:00:00 2001 From: Sercan Yemen Date: Sat, 1 Jan 2022 23:01:51 +0300 Subject: [PATCH] Fixed: Typo on changelog --- src/app/modules/admin/docs/changelog/changelog.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/modules/admin/docs/changelog/changelog.ts b/src/app/modules/admin/docs/changelog/changelog.ts index 0dc4defd..0bb19064 100644 --- a/src/app/modules/admin/docs/changelog/changelog.ts +++ b/src/app/modules/admin/docs/changelog/changelog.ts @@ -23,7 +23,7 @@ export class ChangelogComponent ] }, { - type: 'Changed', + type: 'Fixed', list: [ '(TailwindCSS) Accent and Warn colors are not being generated for themes other than the Default', '(Contacts) Fixed: Typo on resolve object'