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

This commit is contained in:
2026-06-11 17:03:05 +02:00
parent 79f0231e26
commit 3599880f3a
2 changed files with 3 additions and 3 deletions

View File

@@ -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: {

View File

@@ -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',
}, },
]; ];