Commit 9d2ed84a authored by Choi Ga Young's avatar Choi Ga Young
Browse files

버튼 오른쪽으로

parent 74e5fc0c
......@@ -55,15 +55,11 @@ function Notice() {
<Container fluid>
<Row className="justify-content-center vw-100 vh-90">
<Col md={7}>
<div className="p-3 border-bottom justify-content space-between">
<div>
<div className="px-3 pt-3 mb-3 border-bottom d-flex justify-content-between align-items-end">
<h2>공지사항</h2>
</div>
<div>
{user.role === "admin" ? (
<Link to="/write"> 작성</Link>) : null}
</div>
</div>
<Accordion>
{notices.map((notice, index) =>
<Card>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment