Migrate components
This commit is contained in:
14
src/BlazorApp/Components/Layout/Footer.razor
Normal file
14
src/BlazorApp/Components/Layout/Footer.razor
Normal file
@@ -0,0 +1,14 @@
|
||||
@* Footer component *@
|
||||
|
||||
<div class="page-footer">
|
||||
<footer>
|
||||
<div class="footer-container">
|
||||
<div class="footer-content">
|
||||
<SocialIcons/>
|
||||
<p class="footer-text">
|
||||
© @DateTime.Now.Year Beau Findlay. All rights reserved.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
</div>
|
||||
Reference in New Issue
Block a user