Skip to content

Commit b228921

Browse files
committed
resolved some missing conflicts
1 parent fd25b7f commit b228921

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

package.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,21 +23,15 @@
2323
"@typescript-eslint/eslint-plugin": "^5.60.1",
2424
"@vitejs/plugin-react": "^4.2.1",
2525
"file-saver": "^2.0.5",
26-
<<<<<<< HEAD
2726
"i18next-browser-languagedetector": "^8.0.0",
2827
"i18next-http-backend": "^2.6.1",
29-
=======
30-
>>>>>>> 45d0bd74b629ed311466970d2ae9c435d1df47a8
3128
"jszip": "^3.10.1",
3229
"lucide-react": "^0.376.0",
3330
"prop-types": "^15.8.1",
3431
"react": "^18.2.0",
3532
"react-chatbotify": "^2.0.0-beta.3",
3633
"react-dom": "^18.2.0",
37-
<<<<<<< HEAD
3834
"react-i18next": "^15.0.1",
39-
=======
40-
>>>>>>> 45d0bd74b629ed311466970d2ae9c435d1df47a8
4135
"react-loading-skeleton": "^3.4.0",
4236
"react-router-dom": "^6.2.2",
4337
"uuid": "^9.0.1",

src/pages/Themes.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ const Themes: React.FC = () => {
163163
</div>
164164
<div className="flex flex-col justify-between items-center mb-4 mt-5 w-full">
165165
<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>
167167
{previewIds.length > 0 ? (
168168
<ul className="divide-y divide-gray-300">
169169
{previewIds.map((id, index) => (

0 commit comments

Comments
 (0)