File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 6060 </v-list-item-content >
6161 </v-list-item >
6262 <v-list-item
63- key =" bugs "
63+ key =" feedback "
6464 link
65- href = " https://github.com/floccusaddon/floccus/issues " >
65+ :to = " {name: routes.FEEDBACK} " >
6666 <v-list-item-icon >
67- <v-icon >mdi-bug -outline</v-icon >
67+ <v-icon >mdi-bullhorn-variant -outline</v-icon >
6868 </v-list-item-icon >
6969 <v-list-item-content >
70- <v-list-item-title >{{ t('LabelReportproblem ') }}</v-list-item-title >
70+ <v-list-item-title >{{ t('LabelGivefeedback ') }}</v-list-item-title >
7171 </v-list-item-content >
7272 </v-list-item >
7373 <v-list-item
74- key =" feedback "
74+ key =" bugs "
7575 link
76- :to = " {name: routes.FEEDBACK} " >
76+ href = " https://github.com/floccusaddon/floccus/issues " >
7777 <v-list-item-icon >
78- <v-icon >mdi-bullhorn-variant -outline</v-icon >
78+ <v-icon >mdi-bug -outline</v-icon >
7979 </v-list-item-icon >
8080 <v-list-item-content >
81- <v-list-item-title >{{ t('LabelGivefeedback ') }}</v-list-item-title >
81+ <v-list-item-title >{{ t('LabelReportproblem ') }}</v-list-item-title >
8282 </v-list-item-content >
8383 </v-list-item >
8484 <v-list-item
You can’t perform that action at this time.
0 commit comments