Skip to content

Commit 1bcf3f2

Browse files
committed
minor updates
1 parent c31b3ba commit 1bcf3f2

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

LEGAL renamed to LEGAL.md

File renamed without changes.

lecturesData.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
'duration': '1 Hour',
99
'price': 'Free',
1010
'link': 'https://www.youtube.com/watch?v=rfscVS0vtbw',
11-
'id': 'rfscVS0vtbw',
11+
'id': 'rfscVS0vtbw', # Video ID used for embedding
1212
'img': 'https://i.ytimg.com/vi/rfscVS0vtbw/maxresdefault.jpg'
1313
},
1414
{

static/assets/images/Verified.png

349 Bytes
Loading

templates/view.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ <h4>{{ topic }}</h4>
7272
</div>
7373
<ul>
7474
<li><i class="fa fa-star"></i> 4.8</li>
75-
<li><i class="fa fa-download"></i> 2.3M</li>
75+
<li><i class="fa fa-check" style="color: green;"></i> Verified By CodeColts</li>
7676
</ul>
7777
</div>
7878
</div>
@@ -101,4 +101,4 @@ <h4>{{ topic }}</h4>
101101
<!-- ***** Details End ***** -->
102102

103103

104-
{% endblock %}
104+
{% endblock %}

0 commit comments

Comments
 (0)