Skip to content

Commit 6f06702

Browse files
committed
minor syntax fix
1 parent 3a401dc commit 6f06702

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
'description': 'Learn the basics of HTML and CSS for front-end web development.'
126126
}
127127
Angular = {
128-
'courseName': 'Angular',
128+
'courseName': 'Angular',#used on search results
129129
'name' : 'Angular Devloper',
130130
'logo' : 'angularjs-plain',
131131
'difficulty' : 'Intermediate',

static/assets/css/templatemo-cyborg-gaming.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ figcaption {
6666
::-webkit-scrollbar {
6767
display: none;
6868
}
69+
6970
.clearfix:after {
7071
content: ".";
7172
display: block;

0 commit comments

Comments
 (0)