Skip to content

Commit 21d8f19

Browse files
committed
add a Moodle shortcut
1 parent e7aa483 commit 21d8f19

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)