Skip to content

Commit

Permalink
refactor: Extract simple Footer component
Browse files Browse the repository at this point in the history
  • Loading branch information
jfoshee committed Oct 14, 2022
1 parent 0cad934 commit 988358d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 5 additions & 0 deletions Components/Footer.razor
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<ul class="nav justify-content-center">
<li class="nav-item">
<a class="nav-link" href="https://twitter.com/JacobInvesting">Send Feedback @@JacobInvesting</a>
</li>
</ul>
6 changes: 1 addition & 5 deletions Shared/MainLayout.razor
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,4 @@
@Body
</div>

<ul class="nav justify-content-center">
<li class="nav-item">
<a class="nav-link" href="https://twitter.com/JacobInvesting">Send Feedback @@JacobInvesting</a>
</li>
</ul>
<Footer />

0 comments on commit 988358d

Please sign in to comment.