File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 23
23
"@typescript-eslint/eslint-plugin" : " ^5.60.1" ,
24
24
"@vitejs/plugin-react" : " ^4.2.1" ,
25
25
"file-saver" : " ^2.0.5" ,
26
- <<<<<<< HEAD
27
26
"i18next-browser-languagedetector" : " ^8.0.0" ,
28
27
"i18next-http-backend" : " ^2.6.1" ,
29
- =======
30
- >>>>>>> 45d0bd74b629ed311466970d2ae9c435d1df47a8
31
28
"jszip" : " ^3.10.1" ,
32
29
"lucide-react" : " ^0.376.0" ,
33
30
"prop-types" : " ^15.8.1" ,
34
31
"react" : " ^18.2.0" ,
35
32
"react-chatbotify" : " ^2.0.0-beta.3" ,
36
33
"react-dom" : " ^18.2.0" ,
37
- <<<<<<< HEAD
38
34
"react-i18next" : " ^15.0.1" ,
39
- =======
40
- >>>>>>> 45d0bd74b629ed311466970d2ae9c435d1df47a8
41
35
"react-loading-skeleton" : " ^3.4.0" ,
42
36
"react-router-dom" : " ^6.2.2" ,
43
37
"uuid" : " ^9.0.1" ,
Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ const Themes: React.FC = () => {
163
163
</ div >
164
164
< div className = "flex flex-col justify-between items-center mb-4 mt-5 w-full" >
165
165
< div className = "bg-gray-100 rounded-lg p-4 overflow-y-auto shadow-lg w-full max-w-md" >
166
- < h2 className = "text-center font-bold mb-4 text-lg text-gray-800" > Preview Themes </ h2 >
166
+ < h2 className = "text-center font-bold mb-4 text-lg text-gray-800" > { t ( 'display.pt' ) } </ h2 >
167
167
{ previewIds . length > 0 ? (
168
168
< ul className = "divide-y divide-gray-300" >
169
169
{ previewIds . map ( ( id , index ) => (
You can’t perform that action at this time.
0 commit comments