stu01509 commented on a change in pull request #1644:
URL: https://github.com/apache/apisix-dashboard/pull/1644#discussion_r598758209



##########
File path: web/src/pages/User/Login.tsx
##########
@@ -74,13 +75,19 @@ const Page: React.FC = () => {
     }
   }
 
+
   if (localStorage.getItem('token')) {
     history.replace('/');
     return null;
   }
   return (
     <div className={styles.container}>
       <div className={styles.lang}>
+
+        <div className={styles.github} >
+          <a className="githubIcon" 
href="https://apisix.apache.org";><GithubOutlined /></a> 
+        </div>

Review comment:
       Also, the link maybe can add `target='_blank'` to let the user can open 
the page in the new tab.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to