6 lines
108 B
JavaScript
6 lines
108 B
JavaScript
Template.aboutModal.helpers({
|
|
githubUrl() {
|
|
return 'https://github.com/OHIF/Viewers';
|
|
}
|
|
});
|