Add error handling and notes page.
This commit is contained in:
@@ -30,7 +30,7 @@ function JobTabLayout(props) {
|
||||
options={{
|
||||
title: t("jobdetail.labels.lines"),
|
||||
tabBarIcon: ({ color }) => (
|
||||
<FontAwesome size={28} name="cog" color={color} />
|
||||
<FontAwesome size={28} name="list" color={color} />
|
||||
),
|
||||
}}
|
||||
/>
|
||||
@@ -39,7 +39,7 @@ function JobTabLayout(props) {
|
||||
options={{
|
||||
title: t("jobdetail.labels.documents"),
|
||||
tabBarIcon: ({ color }) => (
|
||||
<FontAwesome size={28} name="cog" color={color} />
|
||||
<FontAwesome size={28} name="photo" color={color} />
|
||||
),
|
||||
}}
|
||||
/>
|
||||
@@ -48,7 +48,7 @@ function JobTabLayout(props) {
|
||||
options={{
|
||||
title: t("jobdetail.labels.notes"),
|
||||
tabBarIcon: ({ color }) => (
|
||||
<FontAwesome size={28} name="cog" color={color} />
|
||||
<FontAwesome size={28} name="sticky-note" color={color} />
|
||||
),
|
||||
}}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user