Skip to content

Commit

Permalink
feat: add navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
Geun-Oh committed Apr 6, 2024
1 parent e422932 commit 67986fe
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/NoWritings.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
import styled from "@emotion/styled";
import { Link } from "react-router-dom";

const NoWritings = () => {
return (
<Wrapper>
<img src="/src/assets/images/no_writings.png" alt="no writings" width={'298px'} />
<Link to={'/write'}>
<img src="/src/assets/images/no_writings.png" alt="no writings" width={'298px'} />
</Link>
</Wrapper>
);
};
Expand Down

0 comments on commit 67986fe

Please sign in to comment.