Skip to content

Commit

Permalink
feat: add source code link to footer
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonroberts committed Jan 2, 2021
1 parent 6356c25 commit 3f53cfa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/app/footer.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ import { Component, NgModule } from '@angular/core';
template: `
<footer>
<div class="bg-blue-600 py-4 flex justify-center">
<div class="text-white">© Copyright 2019-2021</div>
<div class="text-white">
<a href="https://github.com/brandonroberts/blog">Source Code</a> - © Copyright 2019-2021
</div>
</div>
</footer>
`,
Expand Down

0 comments on commit 3f53cfa

Please sign in to comment.