@finema/finework-layer 1.0.23 → 1.0.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/app/components/PortalApp.vue +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.0.24](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/1.0.23...1.0.24) (2026-03-26)
|
|
4
|
+
|
|
5
|
+
### Bug Fixes
|
|
6
|
+
|
|
7
|
+
* update logo formats for Loan and Requests Admin in PortalApp ([d697fa6](https://gitlab.finema.co/finema/finework/finework-frontend-layer/commit/d697fa67cbf799e523f9d0774284844af10c440e))
|
|
8
|
+
|
|
3
9
|
## [1.0.23](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/1.0.22...1.0.23) (2026-03-26)
|
|
4
10
|
|
|
5
11
|
### Features
|
|
@@ -437,7 +437,7 @@ const financeApps = computed(() => [
|
|
|
437
437
|
? [
|
|
438
438
|
{
|
|
439
439
|
name: 'Loan',
|
|
440
|
-
logo: '/admin/loan.
|
|
440
|
+
logo: '/admin/loan.svg',
|
|
441
441
|
label: 'Loan',
|
|
442
442
|
description: 'รายการกู้เงินจากธนาคาร',
|
|
443
443
|
to: '/',
|
|
@@ -525,7 +525,7 @@ const peopleApps = computed(() => [
|
|
|
525
525
|
? [
|
|
526
526
|
{
|
|
527
527
|
name: 'Requests Admin',
|
|
528
|
-
logo: '/admin/request-admin.
|
|
528
|
+
logo: '/admin/request-admin.svg',
|
|
529
529
|
label: 'Requests Admin',
|
|
530
530
|
description: 'ระบบจัดการคำขออนุมัติต่างๆ',
|
|
531
531
|
to: '/',
|