Skip to content

Commit 8c725c2

Browse files
committed
Removed 'Support' text from footer
Signed-off-by: alexmerlin <[email protected]>
1 parent fd157d6 commit 8c725c2

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

index.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -266,11 +266,7 @@ <h5 class="card-title">WSL2 Development Environment</h5>
266266
</div>
267267
</div>
268268

269-
<div class="col-md-3 pt-3">
270-
<div class="footer_head">
271-
<p>Support</p>
272-
</div>
273-
269+
<div class="col-md-3 pt-3 mt-1">
274270
<ul class="support__list row">
275271
<li class="support__list-item col-lg-6 mb-md-3">
276272
<a href="https://github.com/dotkernel" class="support__link" title="GitHub" target="_blank">

packages/index.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -549,11 +549,7 @@ <h5 class="card-title">Device information</h5>
549549
</div>
550550
</div>
551551

552-
<div class="col-md-3 pt-3">
553-
<div class="footer_head">
554-
<p>Support</p>
555-
</div>
556-
552+
<div class="col-md-3 pt-3 mt-1">
557553
<ul class="support__list row">
558554
<li class="support__list-item col-lg-6 mb-md-3">
559555
<a href="https://github.com/dotkernel" class="support__link" title="GitHub" target="_blank">

0 commit comments

Comments
 (0)