Skip to content
This repository was archived by the owner on Jun 3, 2019. It is now read-only.

Commit d1f6f5b

Browse files
committed
Adds @birkir to contributors on about us route.
1 parent ebee892 commit d1f6f5b

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

shared/components/DemoApp/AsyncAboutRoute/AboutRoute.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ const contributors = [
1010
name: 'Benjamin Kniffler',
1111
url: 'https://github.com/bkniffler',
1212
},
13+
{
14+
name: 'Birkir Rafn Guðjónsson',
15+
url: 'https://github.com/birkir',
16+
},
1317
{
1418
name: 'Carson Perrotti',
1519
url: 'https://github.com/carsonperrotti',

shared/components/DemoApp/AsyncAboutRoute/__tests__/__snapshots__/AboutRoute.test.js.snap

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,15 @@ exports[`<AboutRoute /> renders 1`] = `
4343
Benjamin Kniffler
4444
</a>
4545
</li>
46+
<li>
47+
<a
48+
href="https://github.com/birkir"
49+
rel="noopener noreferrer"
50+
target="_blank"
51+
>
52+
Birkir Rafn Guðjónsson
53+
</a>
54+
</li>
4655
<li>
4756
<a
4857
href="https://github.com/carsonperrotti"

0 commit comments

Comments
 (0)