Skip to content

Commit 1bd39b1

Browse files
committed
Fix code format
1 parent 10d6f0a commit 1bd39b1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/components/WelcomeTourGuide/WecomeModal.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ const WecomeModal = ({ isOpen, onStartTour, onClose }) => {
3636
</div>
3737
<div className="bg-white bg-white px-4 py-2 sm:px-6">
3838
<p className="pt-2 text-md text-center text-gray-900">
39-
{t("welcomeModal.descriptionPart1")} <strong>{t("common.walletName")}</strong> {t("welcomeModal.descriptionPart2")}
39+
{t("welcomeModal.descriptionPart1")} <strong>{t("common.walletName")}</strong> {t("welcomeModal.descriptionPart2")}
4040
</p>
4141
</div>
4242
<p className="text-center text-gray-900 mb-4">
43-
{t("welcomeModal.question")}
43+
{t("welcomeModal.question")}
4444
</p>
4545
<div className="flex justify-end space-x-2 pt-4">
4646
<button className="px-4 py-2 text-gray-900 bg-gray-300 hover:bg-gray-400 focus:ring-4 focus:outline-none focus:ring-gray-300 font-medium rounded-lg text-sm px-5 py-2.5 text-center" onClick={onClose}>
@@ -56,4 +56,4 @@ const WecomeModal = ({ isOpen, onStartTour, onClose }) => {
5656
);
5757
};
5858

59-
export default WecomeModal;
59+
export default WecomeModal;

src/components/WelcomeTourGuide/WelcomeTourGuide.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,4 +121,4 @@ const TourGuide = ({ toggleMenu, isOpen }) => {
121121
);
122122
};
123123

124-
export default TourGuide;
124+
export default TourGuide;

0 commit comments

Comments
 (0)