diff --git a/src/routes/reg/ExpiredTip.js b/src/routes/reg/ExpiredTip.js
new file mode 100644
index 00000000..e590ba09
--- /dev/null
+++ b/src/routes/reg/ExpiredTip.js
@@ -0,0 +1,35 @@
+// import React from "react";
+import styled from "styled-components";
+const Styled = styled.div`
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+ .title {
+ font-weight: 600;
+ font-size: 30px;
+ line-height: 38px;
+ color: #101828;
+ margin-bottom: 12px;
+ }
+ .desc {
+ text-align: center;
+ font-weight: 400;
+ font-size: 16px;
+ line-height: 24px;
+ color: #667085;
+ &:not(:last-child) {
+ margin-bottom: 24px;
+ }
+ }
+`;
+export default function ExpiredTip() {
+ return (
+
+ Go back to your original Rustchat tab and request a new magic link.
+ You can close this window now.