update Navbar.js

master
Reza_ashrafi 2 years ago
parent 717023a7c3
commit 6ef747e088
  1. 15
      src/components/Navbar.js

@ -425,9 +425,9 @@ const Navbar = ({
{headerOptions?.qr ? ( {headerOptions?.qr ? (
<> <>
<CopilotStep <CopilotStep
text="This is a hello world example!" text="با کلیک بر روی این بخش به قسمت اسکن کد QR بروید تا از محتوای دیجیتال کتاب خود استفاده کنید."
order={1} order={1}
name="hello" name="اسکن کد QR"
> >
<CopilotView> <CopilotView>
<Button <Button
@ -622,7 +622,7 @@ const Navbar = ({
</CopilotStep> </CopilotStep>
<View style={{ marginHorizontal: 5 }}></View> <View style={{ marginHorizontal: 5 }}></View>
<CopilotStep <CopilotStep
text="This is a hello world example!!" text="با زدن این بخش وارد دنیای واقعیت افزوده شوید."
order={2} order={2}
name="helloo" name="helloo"
> >
@ -761,6 +761,15 @@ const component = copilot({
skip: "رد کردن", skip: "رد کردن",
finish: "پایان", finish: "پایان",
}, },
tooltipStyle : {
fontFamily : 'regular',
fontSize : 40,
},
textStyle : {
fontFamily : 'regular',
fontSize : 40
}
})(Navbar); })(Navbar);
export default connect(mapStateToProps, mapDispatchToProps)(component); export default connect(mapStateToProps, mapDispatchToProps)(component);

Loading…
Cancel
Save