|
@@ -41,7 +41,7 @@ class Application(object):
|
41
|
41
|
calendar = Application(
|
42
|
42
|
label='Calendar',
|
43
|
43
|
slug='calendar',
|
44
|
|
- fa_icon='calendar-alt',
|
|
44
|
+ fa_icon='calendar',
|
45
|
45
|
hexcolor='#757575',
|
46
|
46
|
is_active=True,
|
47
|
47
|
config={},
|
|
@@ -72,7 +72,7 @@ _file = Application(
|
72
|
72
|
markdownpluspage = Application(
|
73
|
73
|
label='Markdown Plus Documents', # TODO - G.M - 24-05-2018 - Check label
|
74
|
74
|
slug='contents/markdownpluspage',
|
75
|
|
- fa_icon='file-code',
|
|
75
|
+ fa_icon='file-code-o',
|
76
|
76
|
hexcolor='#f12d2d',
|
77
|
77
|
is_active=True,
|
78
|
78
|
config={},
|