Skip to content

Commit a1c93b1

Browse files
committed
helpページへのリンクを削除
1 parent 80745d0 commit a1c93b1

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

components/Sidebar.vue

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,6 @@
4141
</li>
4242
</ul>
4343
</nav>
44-
<footer class="footer">
45-
<div class="navItem">
46-
<NuxtLink to="/help" class="navLink">
47-
<span class="navIcon">
48-
<HelpIcon aria-hidden="true" />
49-
</span>
50-
<span>ヘルプ</span>
51-
</NuxtLink>
52-
</div>
53-
</footer>
5444
</div>
5545
</template>
5646

@@ -215,7 +205,4 @@ export default class Sidebar extends Vue {
215205
fill: currentColor;
216206
}
217207
}
218-
.footer {
219-
margin-top: 260px;
220-
}
221208
</style>

0 commit comments

Comments
 (0)