Disable a11y alt-text rule for footer logo image

This commit is contained in:
2025-08-01 03:49:35 -04:00
parent bb99809b4f
commit 4fbb12643c

View File

@@ -865,6 +865,7 @@ const NotesSection: React.FC<{ invoice: InvoiceData }> = ({ invoice }) => {
const Footer: React.FC = () => (
<View style={styles.footer} fixed>
<View style={styles.footerLogo}>
{/* eslint-disable-next-line jsx-a11y/alt-text */}
<Image
src="/beenvoice-logo.png"
style={{