Skip to content

Commit

Permalink
Update App.js
Browse files Browse the repository at this point in the history
  • Loading branch information
bfabio committed Jul 29, 2024
1 parent eff644b commit f14352f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ import { MailingListConfirmation } from './components/MailingList/MailingListCon
export const App = () => {
const search = useRef(Array.from(document.getElementsByTagName('custom-search')));
const catalogue = useRef(Array.from(document.getElementsByTagName('custom-catalogue')));
const thumbnails = useRef(Array.from(document.getElementsByTagName('catalogue-item')));
const publiccodeBadge = useRef(Array.from(document.getElementsByTagName('publiccode-badge')));
const thumbnails = useRef(Array.from(document.getElementsByTagName('catalogue-item')));
const mailingListSubscribe = useRef(Array.from(document.getElementsByTagName('mailing-list-subscribe')));
const mailingListConfirmation = useRef(Array.from(document.getElementsByTagName('mailing-list-confirmation')));

Expand Down

0 comments on commit f14352f

Please sign in to comment.