Fix missing links
This commit is contained in:
parent
33d1060675
commit
df2c79d82d
2 changed files with 5 additions and 2 deletions
|
|
@ -32,7 +32,7 @@
|
|||
</div>
|
||||
|
||||
<div id="timeline_icon_wrapper" class="svg_wrapper">
|
||||
<a href="/events/">
|
||||
<a href="/events/list.html">
|
||||
<img id="about_icon"src="src/img/icon_timeline.svg" alt="구름 모양 타임라인 버튼">
|
||||
</a>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -33,8 +33,11 @@
|
|||
</a>
|
||||
</div>
|
||||
|
||||
|
||||
<div id="timeline_icon_wrapper" class="svg_wrapper">
|
||||
<img id="about_icon"src="src/img/icon_timeline.svg" alt="구름 모양 타임라인 버튼">
|
||||
<a href="/events/list.html">
|
||||
<img id="about_icon"src="src/img/icon_timeline.svg" alt="구름 모양 타임라인 버튼">
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<span id="to_about">
|
||||
|
|
|
|||
Loading…
Reference in a new issue