fix: remove unnecessary comments

This commit is contained in:
jdegand
2024-02-16 19:43:22 -05:00
parent 17149c6b23
commit ec0e2af4de

View File

@@ -6,7 +6,6 @@ import { Component, input } from '@angular/core';
standalone: true,
imports: [NgOptimizedImage],
template: `
<!-- <div class="flex flex-col gap-3">-->
<div class="relative">
<img
ngSrc="assets/profil.webp"
@@ -23,7 +22,6 @@ import { Component, input } from '@angular/core';
</div>
<span class="text-md mt-2 font-bold uppercase">Thomas Laforge</span>
<span class="text-sm">{{ date() }}</span>
<!-- </div>-->
`,
host: {
class: 'flex flex-col justify-center items-center',