Skip to content

Commit b45d492

Browse files
committed
one-way: replace ⋮ by ⟷ for one-way components
The ⋮ character is not obvious for me for refering to one-ways. This has more to deal with succession of something, like nodes or stops from the trainrun's path. Signed-off-by: Louis Greiner <greiner.louis@gmail.com>
1 parent 70b46e3 commit b45d492

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/app/perlenkette/perlenkette.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
</sbb-toggle-icon>
115115
</sbb-toggle-option>
116116
<sbb-toggle-option
117-
label="&#8942;"
117+
label=""
118118
subtitle=""
119119
[value]="ShowTrainrunEditTab.sbb_trainrun_roundtrip_tab"
120120
>

src/app/view/dialogs/trainrun-and-section-dialog/trainrun-and-section-dialog.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
>
5353
<sbb-trainrun-filter-tab (trainrunDeleted)="closeDialog()"></sbb-trainrun-filter-tab>
5454
</sbb-tab>
55-
<sbb-tab label="&#8942;" id="trainrun-roundTrip-tab">
55+
<sbb-tab label="" id="trainrun-roundTrip-tab">
5656
<sbb-trainrun-roundtrip-tab
5757
(trainrunDeleted)="closeDialog()"
5858
></sbb-trainrun-roundtrip-tab>

0 commit comments

Comments
 (0)