퍼블 업뎃
parent
56ef69f757
commit
8bdb96d6e7
|
|
@ -44,6 +44,7 @@ function EgovFooter() {
|
|||
<NavLink to={URL.ABOUT_PROMOTE}>홍보자료</NavLink>
|
||||
<NavLink to={URL.ABOUT_ORGANIZATION}>주요업무</NavLink>
|
||||
<NavLink to={URL.ABOUT_LOCATION}>찾아오시는길</NavLink>
|
||||
<NavLink to={URL.ABOUT_SITEMAP}>SITEMAP</NavLink>
|
||||
</div>
|
||||
<div className="col open"><button type="button" className="btn" aria-expanded={toggle} aria-controls="collapseLeft collapseRight" onClick={toggleFunc}>{toggle ? '∨' : '∧'}</button></div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -17,6 +17,7 @@ const URL = {
|
|||
ABOUT_PROMOTE : "/about/promote", // 사이트소개/홍보자료
|
||||
ABOUT_ORGANIZATION : "/about/organization", // 사이트소개/조직소개
|
||||
ABOUT_LOCATION : "/about/location", // 사이트소개/찾아오시는길
|
||||
ABOUT_SITEMAP : "/about/sitemap", // 사이트소개/사이트맵
|
||||
|
||||
//INTRO
|
||||
// INTRO : "/intro", //정보마당
|
||||
|
|
|
|||
Loading…
Reference in New Issue