コロナウイルスの告知を削除

This commit is contained in:
harukin-OneMix4 2023-06-18 03:27:37 +09:00
parent cfbd126fe3
commit a3e8e3cbbe

16
menu.js
View File

@ -398,22 +398,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>
</>
);
};