Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/components/VolunteerPopup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
{ icon: 'bi-palette', label: 'Graphic Design' },
{ icon: 'bi-pencil-square', label: 'Content Creation' },
{ icon: 'bi-megaphone', label: 'Digital Marketing' },
{ icon: 'bi-translate', label: 'Cuyunon Translator' },
];

export default function VolunteerPopup() {
Expand Down Expand Up @@ -145,7 +146,7 @@
</button>
<div className="vol-popup-header">
<div className="vol-popup-header-bg" aria-hidden="true"></div>
<img

Check warning on line 149 in src/components/VolunteerPopup.tsx

View workflow job for this annotation

GitHub Actions / lint-and-build

Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` or a custom image loader to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
src="/assets/images/logo/better-aborlan-logo-white.svg"
alt="BetterAborlan.org"
className="vol-popup-logo"
Expand Down
Loading