mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-01-20 05:12:54 +08:00
feat: replace powered by
This commit is contained in:
parent
965e070ca7
commit
d0e11cc5c1
@ -4,7 +4,7 @@ import {
|
|||||||
AiOutlineLink,
|
AiOutlineLink,
|
||||||
AiOutlineUnlock,
|
AiOutlineUnlock,
|
||||||
} from "react-icons/ai";
|
} from "react-icons/ai";
|
||||||
import { VscAccount, VscHeart } from "react-icons/vsc";
|
import { VscAccount } from "react-icons/vsc";
|
||||||
import useModal from "src/store/useModal";
|
import useModal from "src/store/useModal";
|
||||||
import useUser from "src/store/useUser";
|
import useUser from "src/store/useUser";
|
||||||
import styled from "styled-components";
|
import styled from "styled-components";
|
||||||
@ -77,10 +77,10 @@ export const BottomBar = () => {
|
|||||||
</StyledLeft>
|
</StyledLeft>
|
||||||
<StyledRight>
|
<StyledRight>
|
||||||
<StyledBottomBarItem>
|
<StyledBottomBarItem>
|
||||||
<VscHeart />
|
Powered by
|
||||||
<img
|
<img
|
||||||
height="15"
|
height="20"
|
||||||
src="https://cdn.discordapp.com/attachments/1016404295639388210/1022558676491440218/component_38.png"
|
src="https://regexlearn.com/altogic.svg"
|
||||||
alt="powered by buildable"
|
alt="powered by buildable"
|
||||||
/>
|
/>
|
||||||
</StyledBottomBarItem>
|
</StyledBottomBarItem>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user