sdy

change defaultProfile image link

1 import React from "react"; 1 import React from "react";
2 import styled from "styled-components"; 2 import styled from "styled-components";
3 -import defaultProfile from "../../imgs/defaultProfile.jpg"; 3 +import defaultProfile from "../imgs/defaultProfile.jpg";
4 4
5 const ProfileIconBox = styled.div` 5 const ProfileIconBox = styled.div`
6 display: flex; 6 display: flex;
......