fix: use correct address and logo

This commit is contained in:
ValdiANS
2026-04-02 11:00:17 +07:00
parent e4b6238771
commit 10d1f05aa5
@@ -34,7 +34,7 @@ const pdfStyles = StyleSheet.create({
marginBottom: 20, marginBottom: 20,
}, },
logo: { logo: {
width: 120, width: 30,
height: 30, height: 30,
marginBottom: 8, marginBottom: 8,
}, },
@@ -265,7 +265,7 @@ const PurchaseOrderInvoice = ({ data }: PurchaseOrderInvoiceProps) => {
<View style={pdfStyles.header}> <View style={pdfStyles.header}>
{/* eslint-disable-next-line jsx-a11y/alt-text */} {/* eslint-disable-next-line jsx-a11y/alt-text */}
<Image <Image
src={'https://placehold.co/120x30/png'} src='/assets/img/lti-logo.png'
style={pdfStyles.logo} style={pdfStyles.logo}
id={'mbu-logo'} id={'mbu-logo'}
/> />
@@ -273,8 +273,8 @@ const PurchaseOrderInvoice = ({ data }: PurchaseOrderInvoiceProps) => {
PT LUMBUNG TELUR INDONESIA PT LUMBUNG TELUR INDONESIA
</Text> </Text>
<Text style={pdfStyles.address}> <Text style={pdfStyles.address}>
SOHO Building Lt.3 (Paris Van Java), Jalan Karang Tinggal, Kel. Setra Duta Raya No.L3 No.7, Ciwaruga, Kec. Parongpong, Kabupaten
Cipedes, Kec. Sukajadi, Kota Bandung 40162 Bandung Barat, Jawa Barat 40514
</Text> </Text>
<View style={pdfStyles.divider} /> <View style={pdfStyles.divider} />
</View> </View>