Skip to content

Commit

Permalink
Re typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sambaptista committed May 11, 2023
1 parent 840b797 commit f94e5db
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import {NgModule} from '@angular/core';
import {CommonModule} from '@angular/common';
import {NaturalGalleryComponent} from './natural-gallery/natural-gallery.component';


@NgModule({
declarations: [NaturalGalleryComponent],
imports: [CommonModule],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- Gallery template -->
<div #gallery class="angular-natural-gallery-container"></div>

<!-- Natural Gallery Icons -->
<!-- Natural Gallery Icons -->
<svg
id="natural-gallery-icons"
version="1.1"
Expand Down

0 comments on commit f94e5db

Please sign in to comment.