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

버튼 오른쪽으로

parent 74e5fc0c
...@@ -55,14 +55,10 @@ function Notice() { ...@@ -55,14 +55,10 @@ function Notice() {
<Container fluid> <Container fluid>
<Row className="justify-content-center vw-100 vh-90"> <Row className="justify-content-center vw-100 vh-90">
<Col md={7}> <Col md={7}>
<div className="p-3 border-bottom justify-content space-between"> <div className="px-3 pt-3 mb-3 border-bottom d-flex justify-content-between align-items-end">
<div> <h2>공지사항</h2>
<h2>공지사항</h2> {user.role === "admin" ? (
</div> <Link to="/write"> 작성</Link>) : null}
<div>
{user.role === "admin" ? (
<Link to="/write"> 작성</Link>) : null}
</div>
</div> </div>
<Accordion> <Accordion>
{notices.map((notice, index) => {notices.map((notice, index) =>
......
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