Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
students
reservation-service
Commits
74e5fc0c
Commit
74e5fc0c
authored
Nov 03, 2020
by
Choi Ga Young
Browse files
옮기는중/수빈이
parent
98a2dd97
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/client/src/Pages/NoticePage.js
View file @
74e5fc0c
...
...
@@ -55,10 +55,15 @@ function Notice() {
<
Container
fluid
>
<
Row
className
=
"
justify-content-center vw-100 vh-90
"
>
<
Col
md
=
{
7
}
>
<
h2
className
=
"
p-3 border-bottom
"
>
공지사항
{
user
.
role
===
"
admin
"
?
(
<
Link
to
=
"
/write
"
>
글
작성
<
/Link>
)
: null}</
h2
>
<
div
className
=
"
p-3 border-bottom justify-content space-between
"
>
<
div
>
<
h2
>
공지사항
<
/h2
>
<
/div
>
<
div
>
{
user
.
role
===
"
admin
"
?
(
<
Link
to
=
"
/write
"
>
글
작성
<
/Link>
)
: null
}
<
/div
>
<
/div
>
<
Accordion
>
{
notices
.
map
((
notice
,
index
)
=>
<
Card
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment