Skip to content

Commit

Permalink
feat(): big update
Browse files Browse the repository at this point in the history
  • Loading branch information
develite98 committed Dec 23, 2023
1 parent 5907740 commit 28d1e48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions apps/mix-cms/src/app/app.component.scss
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
.main-app {
width: 100%;
height: 100%;
background: #ece9e6;
background: -webkit-linear-gradient(to left, #ffffff, #ece9e6);
background: linear-gradient(to left, #ffffff, #ece9e6);
background-color: #eaf0f3;
}

.app-backdrop {
Expand Down
4 changes: 2 additions & 2 deletions apps/mix-database/src/environments/environment.prod.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const environment = {
production: true,
domainUrl: 'https://portal.uat.4ps.dev',
stageDomainUrl: 'https://portal.uat.4ps.dev/',
domainUrl: 'https://luffy.uat.4ps.dev',
stageDomainUrl: 'https://luffy.uat.4ps.dev/',
};

1 comment on commit 28d1e48

@vercel
Copy link

@vercel vercel bot commented on 28d1e48 Dec 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.