Skip to content

Commit f20bb8e

Browse files
committed
fix(#634): separate auth and data error alerts on Tracker page
1 parent f22aea9 commit f20bb8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/Contact/Contact.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ function Contact() {
175175
mode === "dark"
176176
? "text-gray-400"
177177
: "text-gray-500"
178-
}` }
178+
}`}
179179
>
180180
{sub}
181181
</p>

0 commit comments

Comments
 (0)