Skip to content

Commit fef38f8

Browse files
authored
Merge pull request #596 from jdegand/view-transition-comments
fix: remove unnecessary comments
2 parents 7a313bb + ec0e2af commit fef38f8

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

apps/angular/view-transition/src/app/post/post-header.component.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import { Component, input } from '@angular/core';
66
standalone: true,
77
imports: [NgOptimizedImage],
88
template: `
9-
<!-- <div class="flex flex-col gap-3">-->
109
<div class="relative">
1110
<img
1211
ngSrc="assets/profil.webp"
@@ -23,7 +22,6 @@ import { Component, input } from '@angular/core';
2322
</div>
2423
<span class="text-md mt-2 font-bold uppercase">Thomas Laforge</span>
2524
<span class="text-sm">{{ date() }}</span>
26-
<!-- </div>-->
2725
`,
2826
host: {
2927
class: 'flex flex-col justify-center items-center',

0 commit comments

Comments
 (0)