We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c02828 commit 43e2742Copy full SHA for 43e2742
src/app/components/footer.component.ts
@@ -15,8 +15,8 @@ import { BlogService } from '../services/blog.service';
15
<mat-toolbar class="footer">
16
<p>© {{ date }} {{ blogName }}</p>
17
<small
18
- >Created using<a href="https://github.com/AnguHashBlog" target="_blank"
19
- >AnguHashBlog</a
+ >Created using<a href="https://github.com/HashBlogWithAngular" target="_blank"
+ >HashBlogWithAngular</a
20
> and<a href="https://analogjs.org" target="_blank"
21
>Analog</a
22
></small
0 commit comments