Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 3e9b92d

Browse files
author
vikasrohit
committed
AS:100624428182393, Create a modified Dashboard banner for TCO
-- Fixed lint errors
1 parent 585803e commit 3e9b92d

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

app/services/bannerDataService.js

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,11 @@ import angular from 'angular'
2525
return null
2626
}
2727

28-
function _getUrl (path) {
29-
return 'https://www.' + domain + path
30-
}
31-
32-
function _getIOSUrl(path) {
33-
return 'https://ios.' + domain + path
34-
}
35-
3628
function _init() {
3729
bannersData = {
3830
'tco16': {
3931
title: '2016 Topcoder Open',
40-
img: require("../../assets/images/nav/ico-tco16.svg"),
32+
img: require('../../assets/images/nav/ico-tco16.svg'),
4133
description: 'The Topcoder Open (TCO) is our annual online and onsite tournament to celebrate and reward the community.',
4234
ctas: [{
4335
title: 'About TCO',

0 commit comments

Comments
 (0)