Skip to content

Commit 13ef8e2

Browse files
authored
Add Lekker Tech to list (#666)
* Add Lekker Tech to list * Run prettier
1 parent 3ded668 commit 13ef8e2

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

cypress/e2e/index.cy.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ describe('The List Page', () => {
2626
it("'AfriSplash Remotely' link works", () => {
2727
cy.contains('AfriSplash Remotely').click()
2828
})
29+
it("'Lekker Tech' link works", () => {
30+
cy.contains('Lekker Tech').click()
31+
})
2932
it("'EuropeanStartups' link works", () => {
3033
cy.contains('EuropeanStartups').click()
3134
})

src/data/list.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ export default {
1010
'AfriSplash Remotely - Live, Work and Succeed from Anywhere 🌍',
1111
url: 'https://bit.ly/afrisplashremotely2021',
1212
},
13+
{
14+
name: 'Lekker Tech',
15+
description:
16+
'A relaxed space for South African tech workers, wherever they are in the world, to connect, socialise, and support one another.',
17+
url: 'https://lekkertech.org.za',
18+
},
1319
],
1420
},
1521
{

0 commit comments

Comments
 (0)