Merge commit 'a3e8e3cbbe13e4fc137937493a91708b1dff7cae' into develop

This commit is contained in:
harukin-OneMix4
2023-06-18 21:04:30 +09:00
2 changed files with 53 additions and 17 deletions

16
menu.js
View File

@@ -403,22 +403,6 @@ const FixedContentTop = (props) => {
return (
<>
<TopMenuButton />
<TextBox
backgroundColor="#0099CC"
flex={1}
onPressButton={() =>
Linking.openURL(
"https://www.jr-shikoku.co.jp/02_information/suspension/sp/"
)
}
>
<Text style={{ color: "white", fontWeight: "bold", fontSize: 18 }}>
新型コロナウイルスに関するお知らせ
</Text>
<Text style={{ color: "white", fontSize: 15 }}>
列車の運行計画混雑状況感染症対策への取り組み
</Text>
</TextBox>
</>
);
};