mirror of
https://github.com/selfxyz/self.git
synced 2026-04-05 03:00:53 -04:00
mock instead of fake passport in ui
This commit is contained in:
@@ -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");
|
||||
}} />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user