Skip to content
Snippets Groups Projects
Commit e6311508 authored by Hyun Woo Jeong's avatar Hyun Woo Jeong
Browse files

botton...수정완료

parent b414b865
No related branches found
No related tags found
No related merge requests found
......@@ -17,16 +17,23 @@ function ButtonLink({link, status, children}){
if (status) {
return (
<botton onClick = {()=>{userContext.LogOut()}}>
{children}
</botton>
<div>
<label className='Labelheader' htmlFor={children}>{children}</label>
<button id={children} onClick = {()=>{userContext.LogOut()}} style={{ display: "none"}}>
{children}
</button>
</div>
)
}
else {
return (
<botton onClick = {()=>{MoveTo(link)}}>
{children}
</botton>
<div>
<label className='Labelheader' htmlFor={children}>{children}</label>
<button id={children} onClick = {()=>{MoveTo(link)}} style={{ display: "none"}}>
{children}
</button>
</div>
)
}
......
......@@ -32,4 +32,14 @@ li{
margin-right: 3rem;
font-size: 1.2rem;
font-weight: 100;
}
.Labelheader{
font-size: xx-large;
color: #FF7002;
font-weight: bold;
}
.Labelheader:hover{
color: #a5500f;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment