Commit 74e5fc0c authored by Choi Ga Young's avatar Choi Ga Young
Browse files

옮기는중/수빈이

parent 98a2dd97
...@@ -55,10 +55,15 @@ function Notice() { ...@@ -55,10 +55,15 @@ 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}>
<h2 className="p-3 border-bottom">공지사항 <div className="p-3 border-bottom justify-content space-between">
<div>
<h2>공지사항</h2>
</div>
<div>
{user.role === "admin" ? ( {user.role === "admin" ? (
<Link to="/write"> 작성</Link>) : null}</h2> <Link to="/write"> 작성</Link>) : null}
</div>
</div>
<Accordion> <Accordion>
{notices.map((notice, index) => {notices.map((notice, index) =>
<Card> <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