fix: format phone number and adjust role font size to prevent wrapping
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 12s
Build & Deploy / 🧪 QA (push) Successful in 1m24s
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Post-Deploy Verification (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
Build & Deploy / 🏗️ Build (push) Has been cancelled
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 12s
Build & Deploy / 🧪 QA (push) Successful in 1m24s
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Post-Deploy Verification (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
Build & Deploy / 🏗️ Build (push) Has been cancelled
This commit is contained in:
@@ -200,10 +200,10 @@ const styles = StyleSheet.create({
|
|||||||
letterSpacing: -0.2,
|
letterSpacing: -0.2,
|
||||||
},
|
},
|
||||||
roleText: {
|
roleText: {
|
||||||
fontSize: 9,
|
fontSize: 7.5,
|
||||||
fontWeight: 'bold',
|
fontWeight: 'bold',
|
||||||
color: COLORS.primary,
|
color: COLORS.primary,
|
||||||
letterSpacing: 0.5,
|
letterSpacing: 0.4,
|
||||||
textTransform: 'uppercase',
|
textTransform: 'uppercase',
|
||||||
},
|
},
|
||||||
contactSection: {
|
contactSection: {
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ const PEOPLE: PersonData[] = [
|
|||||||
{
|
{
|
||||||
name: 'Johannes Gleich',
|
name: 'Johannes Gleich',
|
||||||
role: 'Senior Key Account Manager',
|
role: 'Senior Key Account Manager',
|
||||||
phone: '+49 1727391109',
|
phone: '+49 172 739 1109',
|
||||||
email: 'johannes.gleich@klz-cables.com',
|
email: 'johannes.gleich@klz-cables.com',
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user