mock instead of fake passport in ui

This commit is contained in:
0xturboblitz
2024-10-26 20:34:05 +02:00
parent 93f61791ac
commit 05ab1c236d

View File

@@ -30,7 +30,7 @@ const StartScreen: React.FC = () => {
<CustomButton Icon={<ArrowRight />} text="Use my passport" onPress={() => {
setSelectedTab("scan");
}} />
<CustomButton bgColor="white" Icon={<ArrowRight />} text="Use a fake passport" onPress={() => {
<CustomButton bgColor="white" Icon={<ArrowRight />} text="Use a mock passport" onPress={() => {
setSelectedTab("mock");
}} />