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

Commit 8cc8ad7

Browse files
author
Nick Litwin
committed
Remove TTL
1 parent 0eb090f commit 8cc8ad7

File tree

2 files changed

+15
-12
lines changed

2 files changed

+15
-12
lines changed

app/my-dashboard/my-dashboard.jade

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
.challenges(id="challenges", ui-view="my-challenges")
77

8-
.ttl
9-
tc-banner(theme="black", banner-name="ttl")
8+
//- .ttl
9+
//- tc-banner(theme="black", banner-name="ttl")
1010
1111
.tco
1212
tc-banner(theme="black", banner-name="tco16")

app/services/bannerDataService.js

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,20 @@ import angular from 'angular'
3535
url: 'http://tco16.topcoder.com/latest/overview/',
3636
cssClass: 'tc-btn tc-btn-s tco-cta'
3737
}]
38-
},
39-
'ttl': {
40-
title: 'Episode #3 | Featuring Jessie D’Amato Ford',
41-
img: require('../../assets/images/team-live-logo.png'),
42-
description: 'APR 15 / 10:30am EST / Live on <a href="https://plus.google.com/events/c86vvsum04lmq3bnd0bqp719img"> #GoogleHangoutOnAir</a>',
43-
ctas: [{
44-
title: 'Tune In',
45-
url: 'https://plus.google.com/events/c86vvsum04lmq3bnd0bqp719img',
46-
cssClass: 'tc-btn tc-btn-s'
47-
}]
4838
}
39+
// Commenting out instead of deleting in case there is
40+
// another one with a similar format soon
41+
42+
// 'ttl': {
43+
// title: 'Episode #3 | Featuring Jessie D’Amato Ford',
44+
// img: require('../../assets/images/team-live-logo.png'),
45+
// description: 'APR 15 / 10:30am EST / Live on <a href="https://plus.google.com/events/c86vvsum04lmq3bnd0bqp719img"> #GoogleHangoutOnAir</a>',
46+
// ctas: [{
47+
// title: 'Tune In',
48+
// url: 'https://plus.google.com/events/c86vvsum04lmq3bnd0bqp719img',
49+
// cssClass: 'tc-btn tc-btn-s'
50+
// }]
51+
// }
4952
}
5053
}
5154
}

0 commit comments

Comments
 (0)