Skip to content

Commit 49f2297

Browse files
authored
Merge pull request #1603 from StoDevX/moodle-shortcut
Add a Moodle shortcut
2 parents ca368a5 + 21d8f19 commit 49f2297

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

source/views/views.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,15 @@ export const allViews: ViewType[] = [
120120
tint: c.periwinkle,
121121
gradient: c.lightBlueToBlueDark,
122122
},
123+
{
124+
type: 'url',
125+
url: 'https://moodle.stolaf.edu/',
126+
view: 'MoodleView',
127+
title: 'Moodle',
128+
icon: 'graduation-cap',
129+
tint: c.cantaloupe,
130+
gradient: c.yellowToGoldDark,
131+
},
123132
// {
124133
// type: 'view',
125134
// view: 'HelpView',

0 commit comments

Comments
 (0)