This commit is contained in:
@@ -49,7 +49,7 @@
|
|||||||
"production": {
|
"production": {
|
||||||
"fileReplacements": [
|
"fileReplacements": [
|
||||||
{
|
{
|
||||||
"replace": "src/environments/environment.ts",
|
"replace": "src/environments/environment.development.ts",
|
||||||
"with": "src/environments/environment.ts"
|
"with": "src/environments/environment.ts"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -25,12 +25,12 @@
|
|||||||
<span *ngIf="isOpen" class="text-lg font-medium">Dashboard</span>
|
<span *ngIf="isOpen" class="text-lg font-medium">Dashboard</span>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="group flex items-center gap-3 p-3 rounded-lg cursor-pointer
|
<!-- <li class="group flex items-center gap-3 p-3 rounded-lg cursor-pointer
|
||||||
hover:bg-amber-800 hover:shadow-lg transition-all duration-300 ease-in-out"
|
hover:bg-amber-800 hover:shadow-lg transition-all duration-300 ease-in-out"
|
||||||
(click)="navigate('/main/profile')">
|
(click)="navigate('/main/profile')">
|
||||||
<i class="fas fa-user-circle text-xl group-hover:scale-110 transition-transform"></i>
|
<i class="fas fa-user-circle text-xl group-hover:scale-110 transition-transform"></i>
|
||||||
<span *ngIf="isOpen" class="text-lg font-medium">Profile</span>
|
<span *ngIf="isOpen" class="text-lg font-medium">Profile</span>
|
||||||
</li>
|
</li> -->
|
||||||
|
|
||||||
<li class="group flex items-center gap-3 p-3 rounded-lg cursor-pointer
|
<li class="group flex items-center gap-3 p-3 rounded-lg cursor-pointer
|
||||||
hover:bg-amber-800 hover:shadow-lg transition-all duration-300 ease-in-out"
|
hover:bg-amber-800 hover:shadow-lg transition-all duration-300 ease-in-out"
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
export const environment = {
|
export const environment = {
|
||||||
production: false,
|
production: false,
|
||||||
apiBaseUrl: 'http://api.nuttakit.work'
|
apiBaseUrl: 'http://localhost:8000'
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
export const environment = {
|
export const environment = {
|
||||||
production: true,
|
production: true,
|
||||||
apiBaseUrl: 'http://localhost:8000'
|
apiBaseUrl: 'https://api.nuttakit.work'
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user