File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 190190 </tr >
191191 <tr >
192192 <th >{{ $t('help.how-licenses-communicated.license-icons') }}</th >
193- <td ><LicenseIconography :icon-list =" ['', 'by', 'nc']" /></td >
193+ <td ><LicenseIcons :icons-arr =" ['by', 'nc']" /></td >
194194 </tr >
195195 </tbody >
196196 </table >
Original file line number Diff line number Diff line change 88 >
99 <img
1010 class =" photo-license-icon"
11+ alt =" CC icon"
12+ title =" CC icon"
1113 src =" ../assets/license-icons/cc_icon.svg"
1214 >
1315 <img
1416 v-for =" (license, index) in iconsArr"
1517 :key =" index"
1618 class =" photo-license-icon"
19+ :alt =" license + ' icon'"
20+ :title =" license + ' icon'"
1721 :src =" require(`../assets/license-icons/cc-${license.toLowerCase()}_icon.svg`)"
1822 >
1923 </a >
@@ -34,7 +38,8 @@ export default LicenseIcons
3438 margin-right :3px ;
3539 }
3640 .photo-license-icon {
37- height : inherit ;
38- margin-left : 3px ;
41+ height : 2rem ;
42+ width : auto ;
43+ margin-right : 3px ;
3944 }
4045 </style >
You can’t perform that action at this time.
0 commit comments