gitlab-org--gitlab-foss/app/assets/javascripts/projects/default_sample_data_templat...

13 lines
281 B
JavaScript

import { s__ } from '~/locale';
export default {
basic: {
text: s__('ProjectTemplates|Basic'),
icon: '.template-option .icon-basic',
},
serenity_valley: {
text: s__('ProjectTemplates|Serenity Valley'),
icon: '.template-option .icon-serenity_valley',
},
};