diff --git a/apps/angular/view-transition/src/app/post/post-header.component.ts b/apps/angular/view-transition/src/app/post/post-header.component.ts index db2f42d..8b62a6c 100644 --- a/apps/angular/view-transition/src/app/post/post-header.component.ts +++ b/apps/angular/view-transition/src/app/post/post-header.component.ts @@ -6,7 +6,6 @@ import { Component, input } from '@angular/core'; standalone: true, imports: [NgOptimizedImage], template: ` -
Thomas Laforge {{ date() }} - `, host: { class: 'flex flex-col justify-center items-center',