Skip to content

Commit 6ab0aa5

Browse files
committed
Update footer on login page
1 parent 1f0844c commit 6ab0aa5

File tree

4 files changed

+19
-15
lines changed

4 files changed

+19
-15
lines changed

changelog.md

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,27 @@
11
# Changelog
2-
## [4.5.4]
2+
## [4.5.5]
3+
### Updated
4+
- Update footer on login page
35

4-
Alerts: fix content justify;
5-
Badge: add more space between elements;
6-
Modal: fix errors;
7-
Notifications: fix info notification;
6+
## [4.5.4]
7+
### Updated
8+
- Alerts: fix content justify;
9+
- Badge: add more space between elements;
10+
- Modal: fix errors;
11+
- Notifications: fix info notification;
812

913
### Fixed
1014

11-
Fix adaptive problems;
12-
Fix design problems;
13-
And a lot of small and not significant mistakes :)
15+
- Fix adaptive problems;
16+
- Fix design problems;
17+
- And a lot of small and not significant mistakes :)
1418

1519
## [4.5.3]
1620
### Updated
1721

18-
Fix adaptive problems;
19-
Fix design problems;
20-
And a lot of small and not significant mistakes :)
22+
- Fix adaptive problems;
23+
- Fix design problems;
24+
- And a lot of small and not significant mistakes :)
2125

2226
## [4.5.2]
2327
### Updated

dist/extra/login.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ <h3>Login to your Web App</h3>
164164
</div>
165165

166166
<footer class="page-footer">
167-
2014 - 2020 &copy; Light Blue App - Bootstrap Admin Dashboard Template.
167+
2014 - 2020 &copy; Light Blue App - Bootstrap Admin Dashboard Template - Made by <a href="https://flatlogic.com/">Flatlogic</a>
168168
</footer>
169169
</main>
170170
</div>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Light_Blue",
3-
"version": "4.5.4",
3+
"version": "4.5.5",
44
"description": "Light Blue - Bootstrap 4 Admin Dashboard",
55
"scripts": {
66
"build": "gulp build",

src/pages/extra/login.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
{{/content}}
6464
{{#content "footer"}}
6565
<footer class="page-footer">
66-
2014 - 2020 &copy; Light Blue App - Bootstrap Admin Dashboard Template.
66+
2014 - 2020 &copy; Light Blue App - Bootstrap Admin Dashboard Template - Made by <a href="https://flatlogic.com/">Flatlogic</a>
6767
</footer>
6868
{{/content}}
69-
{{/extend}}
69+
{{/extend}}

0 commit comments

Comments
 (0)