diff --git a/doc/pizero.md b/doc/pizero.md
index 53c0abbc..b1168051 100644
--- a/doc/pizero.md
+++ b/doc/pizero.md
@@ -61,7 +61,7 @@ These instructions assume you have the following setup:
## Step 8: download the webapp
// because the react toolchain isn't available for the pi zero, the webapp is built in a github action
Download webapp.zip from the most recent build:
- https://github.com/balzack/databag/actions/runs/3758970117
+ https://github.com/balzack/databag/actions/runs/4033318007
SCP webapp.zip into the pi
Extract it into the web/build directory
mkdir /app/databag/net/web/build
diff --git a/net/web/src/session/cards/Cards.jsx b/net/web/src/session/cards/Cards.jsx
index c690672d..58662dab 100644
--- a/net/web/src/session/cards/Cards.jsx
+++ b/net/web/src/session/cards/Cards.jsx
@@ -1,4 +1,4 @@
-import { Input, List } from 'antd';
+import { Input, List, Button } from 'antd';
import { CardsWrapper } from './Cards.styled';
import { SortAscendingOutlined, UpOutlined, DoubleRightOutlined, UserOutlined, SearchOutlined } from '@ant-design/icons';
import { useCards } from './useCards.hook';
@@ -27,10 +27,7 @@ export function Cards({ closeCards, openContact, openListing }) {
{ state.display === 'small' && (