Skip to content

Commit b1cf6a1

Browse files
committed
Update login page footer
1 parent 6f2606e commit b1cf6a1

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

angular.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"build": {
1414
"builder": "@angular-devkit/build-angular:browser",
1515
"options": {
16-
"outputPath": "dist/angular-material-admin",
16+
"outputPath": "dist",
1717
"index": "src/index.html",
1818
"main": "src/main.ts",
1919
"polyfills": "src/polyfills.ts",

src/app/modules/auth/containers/auth-page/auth-page.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ <h4 class="auth-page__group-title">Welcome!</h4>
3939
</mat-tab>
4040
</mat-tab-group>
4141

42-
<p class="auth-page__footer-title">© 2014-{{todayDate | year}} Flatlogic, LLC. All rights reserved.</p>
42+
<p class="auth-page__footer-title">© 2014-{{todayDate | year}} <a href="https://flatlogic.com">Flatlogic</a>, LLC. All rights reserved.</p>
4343
</div>
4444
</div>
4545
<div class="auth-page__logo">

src/app/modules/auth/containers/auth-page/auth-page.component.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,5 +143,9 @@
143143
color: $blue;
144144
font-size: 10px;
145145
opacity: 0.7;
146+
a {
147+
text-decoration: none;
148+
color: $blue;
149+
}
146150
}
147151
}

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8">
55
<title>Angular Material Admin Full</title>
6-
<base href="/">
6+
<base href="./">
77
<meta name="description" content="Open-Source admin template built with Angular based on Angular Material.">
88
<meta name="keywords" content="angular material admin, angular material dashboard, angular material, material template, angular template.">
99
<meta name="author" content="Flatlogic LLC">

0 commit comments

Comments
 (0)