File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 52
52
</ div >
53
53
</ div >
54
54
</ div >
55
- < ion-fab *appUserHasRole ="NON_PREMIUM_ROLES " vertical ="bottom " horizontal ="start " slot ="fixed ">
56
- < ion-fab-button (click) ="router.navigate(['/premium']) ">
55
+ < ion-fab vertical ="bottom " horizontal ="start " slot ="fixed ">
56
+ < ion-fab-button href ="https://github.com/JanssenBrm/vineyards/issues/new?template=bug_report.md' ">
57
+ < ion-icon name ="bug-outline "> </ ion-icon >
58
+ </ ion-fab-button >
59
+ < ion-fab-button *appUserHasRole ="NON_PREMIUM_ROLES " (click) ="router.navigate(['/premium']) ">
57
60
< ion-icon name ="diamond-outline "> </ ion-icon >
58
61
</ ion-fab-button >
59
62
</ ion-fab >
Original file line number Diff line number Diff line change 75
75
flex-direction : column ;
76
76
}
77
77
}
78
+
79
+
80
+ ion-fab-button {
81
+ margin-top : .5rem ;
82
+ }
You can’t perform that action at this time.
0 commit comments