Skip to content

Commit d4e37b6

Browse files
committed
stable deploy
1 parent 72ab759 commit d4e37b6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ Started in SAP, transitioned to APS.NET MVC 5 project, migrated to Angular...
66

77
To be continued...
88

9-
follow details on https://jan-stepien.github.io/hello-world/i-just-call-to-say-i-love-you
9+
follow details on https://jan-stepien.github.io/hello-world/
1010

src/app/components/tile/tile.component.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.tile-text{
1+
.tileText{
22
font-size: 80%;
33
}
44
.tile{

src/app/components/tile/tile.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
<div [ngStyle]="style"
3-
id="{{ 'tile-' + id }}"
3+
id="{{ 'tile' + id }}"
44
class="d-flex align-items-center justify-content-center tile"
55
(click)="onClick(id)">
66
<p class="tile-text">{{text}}</p>

0 commit comments

Comments
 (0)