File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ import { useTranslations } from 'next-intl'
3232
3333import { useGlobalContext } from '@/global-context'
3434
35- import { langcode } from '@/stuff/langcode' ;
35+ import { langcode , debug } from '@/stuff/langcode' ;
3636
3737const Home = ( props ) => {
3838 const { locale, locales } = useGlobalContext ( )
@@ -90,9 +90,9 @@ const Home = (props) => {
9090 >
9191 < div >
9292 { locales . map ( ( all_languages , index ) => (
93- < Link href = { `https://encoder.js.is-a.dev/${ langcode ( index ) . replace ( 'en' , '' ) } ` } >
93+ < Link href = { debug ( `https://encoder.js.is-a.dev/${ langcode ( index ) . replace ( 'en' , '' ) } ` ) } >
9494 < Fragment key = { index } >
95- < Link href = { `https://encoder.js.is-a.dev/${ langcode ( index ) . replace ( 'en' , '' ) } ` } >
95+ < Link href = { debug ( `https://encoder.js.is-a.dev/${ langcode ( index ) . replace ( 'en' , '' ) } ` ) } >
9696 < div className = "home-language-switcher-item" >
9797 < span className = "home-language-link" >
9898 { all_languages ?. name }
You can’t perform that action at this time.
0 commit comments