Skip to content

Commit

Permalink
Merge pull request #596 from jdegand/view-transition-comments
Browse files Browse the repository at this point in the history
fix: remove unnecessary comments
  • Loading branch information
tomalaforge authored Feb 17, 2024
2 parents 7a313bb + ec0e2af commit fef38f8
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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',
Expand Down

0 comments on commit fef38f8

Please sign in to comment.