diff --git a/components/account/NotificationsPanel.tsx b/components/account/NotificationsPanel.tsx
index 84e2359e1..efb9a85ab 100644
--- a/components/account/NotificationsPanel.tsx
+++ b/components/account/NotificationsPanel.tsx
@@ -216,7 +216,7 @@ const CourtCaseReadyToSettleItem = ({
{market?.question}
-
+
This court case can now be settled.
@@ -253,7 +253,7 @@ const CourtCaseReadyForVoteAlertItem = ({
{market?.question}
-
+
You have been drawn as juror for this market and can now vote.
@@ -290,7 +290,7 @@ const CourtCaseReadyForRevealAlertItem = ({
{market?.question}
-
+
You are required to reveal your vote for this court case.
@@ -389,7 +389,7 @@ const RelevantMarketDisputeItem = ({
{alert.market.question}
-
+
A market you're involved in is disputed
diff --git a/components/account/WalletSelect.tsx b/components/account/WalletSelect.tsx
index 0f1848712..0f73bfff2 100644
--- a/components/account/WalletSelect.tsx
+++ b/components/account/WalletSelect.tsx
@@ -98,7 +98,7 @@ const WalletSelect = () => {
{/* Divider */}
{/* */}
@@ -125,7 +125,7 @@ const WalletSelect = () => {
Nova Wallet
- Mobile wallet
+ Mobile wallet
diff --git a/components/create/editor/ComboEditor.tsx b/components/create/editor/ComboEditor.tsx
index 755d58188..a7eae6641 100644
--- a/components/create/editor/ComboEditor.tsx
+++ b/components/create/editor/ComboEditor.tsx
@@ -589,7 +589,7 @@ const ComboMarketEditor: React.FC = () => {
Example 1:
-
+
Assume:{" "}
"Referendum #1764 passes",{" "}
No
@@ -602,7 +602,7 @@ const ComboMarketEditor: React.FC = () => {
Example 2:
-
+
Assume:{" "}
"Lakers win championship",{" "}
Yes
@@ -670,7 +670,7 @@ const ComboMarketEditor: React.FC = () => {