Improved landing page design

This commit is contained in:
Alejandro Celaya
2021-07-11 22:25:36 +02:00
parent b3e79f4219
commit 239cc4ab84
2 changed files with 7 additions and 6 deletions

View File

@@ -35,7 +35,7 @@ describe('<Home />', () => {
},
0,
],
[{}, 3 ],
[{}, 2 ],
])('shows link to create or set-up server only when no servers exist', (servers, expectedParagraphs) => {
const wrapped = createComponent({ servers });
const p = wrapped.find('p');