Skip to content

Commit 3c31c66

Browse files
committed
Merge remote-tracking branch 'origin/master'
# Conflicts: # changelog.md
2 parents 1a6577d + eec7963 commit 3c31c66

File tree

4 files changed

+9371
-2
lines changed

4 files changed

+9371
-2
lines changed

changelog.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,19 @@
11
# Changelog
22

3-
## [1.0.4]
3+
## [1.0.6]
44

55
### Fixed
66
- Fix links in settings
77

8+
## [1.0.5]
9+
10+
- Updated documentation
11+
12+
## [1.0.4]
13+
14+
### Fixed
15+
- Change badge text in the sidebar
16+
817
## [1.0.3]
918

1019
### Fixed

src/app/modules/documentation/pages/overview-page/overview-page.component.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,13 @@
2828
<li>Fully Documented Codebase</li>
2929
<li>And even more coming soon!</li>
3030
</ul>
31+
32+
<mat-card-title>
33+
<p>Support forum</p>
34+
</mat-card-title>
35+
36+
<p class="lead">For any additional information please go to our <a href="https://flatlogic.com/forum" target="_blank" rel="noopener noreferrer">Support forum</a> and raise your questions or feedback provide there. We highly appreciate your participation!</p>
37+
3138
</mat-card-content>
3239
</mat-card>
3340

src/app/shared/sidebar/sidebar.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<div *ngIf="node.name === 'E-commerce'" class="mat-tree-item" matTreeNodeToggle>
2121
<div>
2222
<mat-icon>shopping_cart</mat-icon>
23-
<p matBadge="NodeJS" matBadgeColor="success">{{node.name}}</p>
23+
<p matBadge="NodeJS/.NET" matBadgeColor="success">{{node.name}}</p>
2424
</div>
2525
<mat-icon
2626
[ngClass]="{rotateUp: treeControl.isExpanded(node), rotateDown: !treeControl.isExpanded(node)}"

0 commit comments

Comments
 (0)