Browse Source

아이콘 수정

allegroline 2 years ago
parent
commit
10066bf61e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      mobile-src/src/services/shared.service.ts

+ 2 - 2
mobile-src/src/services/shared.service.ts

@@ -321,7 +321,7 @@ export default class SharedService implements ILogerService {
         {
         {
             title: 'TIT_ROOMREV',
             title: 'TIT_ROOMREV',
             url: '/po/roomrev',
             url: '/po/roomrev',
-            icon: Icon.idCardOutline,
+            icon: Icon.peopleOutline,
             role: 'po',
             role: 'po',
             get selected() {
             get selected() {
                 return this._routeLocation && this._routeLocation.path.startsWith(this.url);
                 return this._routeLocation && this._routeLocation.path.startsWith(this.url);
@@ -330,7 +330,7 @@ export default class SharedService implements ILogerService {
         {
         {
             title: 'TIT_ROOMAPP',
             title: 'TIT_ROOMAPP',
             url: '/po/roomapp',
             url: '/po/roomapp',
-            icon: Icon.peopleOutline,
+            icon: Icon.idCardOutline,
             role: 'po',
             role: 'po',
             get selected() {
             get selected() {
                 return this._routeLocation && this._routeLocation.path.startsWith(this.url);
                 return this._routeLocation && this._routeLocation.path.startsWith(this.url);