diff --git a/src/app/components/header.component.ts b/src/app/components/header.component.ts index b80803e..860122c 100644 --- a/src/app/components/header.component.ts +++ b/src/app/components/header.component.ts @@ -67,7 +67,7 @@ import { FollowDialogComponent } from "../partials/follow-dialog.component";
- +
diff --git a/src/app/pages/post/[postSlug].page.ts b/src/app/pages/post/[postSlug].page.ts index be843ff..48cf744 100644 --- a/src/app/pages/post/[postSlug].page.ts +++ b/src/app/pages/post/[postSlug].page.ts @@ -27,6 +27,7 @@ import { MatIconModule } from "@angular/material/icon"; import { MatButtonModule } from "@angular/material/button"; import { MatToolbarModule } from "@angular/material/toolbar"; import { YoutubeVideoEmbedDirective } from "src/app/directives/youtube-video-embed.directive"; +import { BlogSocialIconsComponent } from "src/app/partials/blog-social-icons.component"; @Component({ selector: "app-post-details", @@ -37,6 +38,7 @@ import { YoutubeVideoEmbedDirective } from "src/app/directives/youtube-video-emb DatePipe, KeyValuePipe, SanitizerHtmlPipe, + BlogSocialIconsComponent, MatToolbarModule, MatButtonModule, MatIconModule, @@ -71,7 +73,7 @@ import { YoutubeVideoEmbedDirective } from "src/app/directives/youtube-video-emb
@@ -107,7 +109,6 @@ import { YoutubeVideoEmbedDirective } from "src/app/directives/youtube-video-emb -