File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 3333 >{{ t('settings.message') }}<img height =" 22" src =" ../assets/icons/settings.svg"
3434 /></a >
3535 </div >
36- <a @click =" openPage(SettingsTab.Pomodoro)" class =" float-right"
37- >{{ t('donate.message') }}<img src =" ../assets/icons/donate.png" height =" 22"
36+ <a @click =" openPage(SettingsTab.Donate)" class =" float-right"
37+ >{{ t('donate.message')
38+ }}<img class =" donate-img" src =" ../assets/icons/donate.png" height =" 22"
3839 /></a >
3940 </div >
4041 </div >
@@ -185,4 +186,9 @@ function updateTab() {
185186.headerBlock .icons-block .dark-mode-icon {
186187 vertical-align : middle ;
187188}
189+
190+ .headerBlock .icons-block .donate-img {
191+ padding-top : 0 ;
192+ padding-bottom : 0 ;
193+ }
188194 </style >
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ export enum SettingsTab {
1919 Notifications ,
2020 Pomodoro ,
2121 About ,
22+ Donate ,
2223}
2324
2425export enum ListWithTime {
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ export function getStringTab(tab: SettingsTab) {
1010 return 'settings' ;
1111 case SettingsTab . About :
1212 return 'about' ;
13+ case SettingsTab . Donate :
14+ return 'donation' ;
1315 case SettingsTab . Limits :
1416 return 'limits' ;
1517 case SettingsTab . WhiteList :
You can’t perform that action at this time.
0 commit comments