Skip to content

Commit

Permalink
Fix name on ago pipe
Browse files Browse the repository at this point in the history
  • Loading branch information
sondreb committed Dec 22, 2024
1 parent 153e66f commit e4742c9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/pages/explore/explore.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import { BreadcrumbComponent } from '../../components/breadcrumb.component';
import { CommonModule } from '@angular/common';
import { Location } from '@angular/common';
import { filter } from 'rxjs/operators';
import { AgoPipe } from '../../pipes/ato.pipe';
import { AgoPipe } from '../../pipes/ago.pipe';

@Component({
selector: 'app-explore',
Expand Down
2 changes: 1 addition & 1 deletion src/app/pages/project/project.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { CommonModule, DatePipe } from '@angular/common';
import { BreadcrumbComponent } from '../../components/breadcrumb.component';
import { RelayService } from '../../services/relay.service';
import NDK, { NDKKind, NDKUser } from '@nostr-dev-kit/ndk';
import { AgoPipe } from '../../pipes/ato.pipe';
import { AgoPipe } from '../../pipes/ago.pipe';
import { ImagePopupComponent } from '../../components/image-popup.component';

export interface FaqItem {
Expand Down
File renamed without changes.

0 comments on commit e4742c9

Please sign in to comment.