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
butter-studio
Commits
9ebe8d7e
Commit
9ebe8d7e
authored
Jul 03, 2021
by
Kim, Subin
Browse files
AdminPage - Layout
parent
d9815450
Changes
1
Hide whitespace changes
Inline
Side-by-side
client/src/pages/AdminPage/AdminLayout.js
View file @
9ebe8d7e
const
AdminLayout
=
({
children
})
=>
{
return
(
<>
<
nav
className
=
"
navbar navbar-light bg-
light
"
>
<
a
className
=
"
navbar-brand ms-5
"
href
=
"
/
"
>
<
img
src
=
"
/
docs/5.0/assets/brand/bootstrap-l
ogo.
sv
g
"
alt
=
"
main
"
width
=
"
30
"
height
=
"
24
"
/>
<
nav
className
=
"
navbar navbar-light bg-
ButterYellow
"
>
<
a
className
=
"
navbar-brand
fs-4
ms-5
"
href
=
"
/
"
>
<
img
src
=
"
/
images/L
ogo.
pn
g
"
alt
=
"
main
"
width
=
"
30
"
height
=
"
30
"
className
=
"
align-text-bottom
"
/>
utter
Studio
<
/a
>
<
/nav
>
{
children
}
...
...
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