mintsweet commented on code in PR #4108:
URL: 
https://github.com/apache/incubator-devlake/pull/4108#discussion_r1062080750


##########
config-ui/src/layouts/base/base.tsx:
##########
@@ -76,8 +76,8 @@ export const BaseLayout = ({ children }: Props) => {
           ))}
         </Menu>
         <div className="copyright">
-          <div>{version}</div>
           <span>Apache 2.0 License</span>
+          <div>{version}</div>

Review Comment:
   You can use `span` and add a class.



##########
config-ui/src/layouts/base/styled.ts:
##########
@@ -73,6 +73,12 @@ export const Sider = styled.div`
     left: 0;
     text-align: center;
     color: rgba(124, 124, 124, 0.7);
+    padding: 0 20px;
+    div {

Review Comment:
   Don't use div directly to add a class.



-- 
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.

To unsubscribe, e-mail: [email protected]

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

Reply via email to