mirror of
https://github.com/soconnor0919/beenvoice.git
synced 2025-12-15 10:34:43 -05:00
Disable a11y alt-text rule for footer logo image
This commit is contained in:
@@ -865,6 +865,7 @@ const NotesSection: React.FC<{ invoice: InvoiceData }> = ({ invoice }) => {
|
|||||||
const Footer: React.FC = () => (
|
const Footer: React.FC = () => (
|
||||||
<View style={styles.footer} fixed>
|
<View style={styles.footer} fixed>
|
||||||
<View style={styles.footerLogo}>
|
<View style={styles.footerLogo}>
|
||||||
|
{/* eslint-disable-next-line jsx-a11y/alt-text */}
|
||||||
<Image
|
<Image
|
||||||
src="/beenvoice-logo.png"
|
src="/beenvoice-logo.png"
|
||||||
style={{
|
style={{
|
||||||
|
|||||||
Reference in New Issue
Block a user