🚚(github) update all mentions to github repo

github repo moved from numerique-gouv to suitenumerique org
This commit is contained in:
Marie PUPO JEAMMET
2025-02-07 13:54:55 +01:00
committed by Marie
parent e297a025c3
commit 3de495a489
8 changed files with 35 additions and 35 deletions

View File

@@ -15,7 +15,7 @@ export const Modal: React.FC<ModalProps> = ({ children, ...props }) => {
/**
* @description used to prevent elements to be navigable by keyboard when only a DOM mutation causes the elements to be
* in the document
* @see https://github.com/numerique-gouv/people/pull/379
* @see https://github.com/suitenumerique/people/pull/379
*/
export const usePreventFocusVisible = (elements: string[]) => {
useEffect(() => {

View File

@@ -62,7 +62,7 @@ export const LanguagePicker = () => {
/**
* @description prevent select div to receive focus on keyboard navigation so the focus goes directly to inner button
* @see https://github.com/numerique-gouv/people/pull/379
* @see https://github.com/suitenumerique/people/pull/379
*/
useEffect(() => {
if (!document) {