Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 680e86b

Browse files
committed
Update Navbar with link to /lambdas
1 parent 7b0be82 commit 680e86b

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

‎components/Navbar.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
<b-nav-item to="/items">
1111
Items
1212
</b-nav-item>
13+
14+
<b-nav-item to="/lambdas">
15+
Lambdas
16+
</b-nav-item>
1317
</b-navbar-nav>
1418

1519
<b-navbar-nav class="ml-auto">

‎plugins/fontawesome.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import {
99
faHeart,
1010
faInfoCircle,
1111
faQuestionCircle,
12+
faSpinner,
1213
faTimes
1314
} from '@fortawesome/free-solid-svg-icons'
1415

@@ -26,6 +27,7 @@ library.add(faDraftingCompass)
2627
library.add(faHeart)
2728
library.add(faInfoCircle)
2829
library.add(faQuestionCircle)
30+
library.add(faSpinner)
2931
library.add(faTimes)
3032

3133
// FontAwesome Brand Icons

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /