소스 검색

feat: replace powered by

AykutSarac 2 년 전
부모
커밋
d0e11cc5c1
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      src/containers/Editor/BottomBar.tsx

+ 4 - 4
src/containers/Editor/BottomBar.tsx

@@ -4,7 +4,7 @@ import {
   AiOutlineLink,
   AiOutlineUnlock,
 } from "react-icons/ai";
-import { VscAccount, VscHeart } from "react-icons/vsc";
+import { VscAccount } from "react-icons/vsc";
 import useModal from "src/store/useModal";
 import useUser from "src/store/useUser";
 import styled from "styled-components";
@@ -77,10 +77,10 @@ export const BottomBar = () => {
       </StyledLeft>
       <StyledRight>
         <StyledBottomBarItem>
-          <VscHeart />
+          Powered by
           <img
-            height="15"
-            src="https://cdn.discordapp.com/attachments/1016404295639388210/1022558676491440218/component_38.png"
+            height="20"
+            src="https://regexlearn.com/altogic.svg"
             alt="powered by buildable"
           />
         </StyledBottomBarItem>