Skip to content

Commit

Permalink
Fix bad tag close
Browse files Browse the repository at this point in the history
  • Loading branch information
jabrah committed Dec 18, 2023
1 parent e64df11 commit 2826a42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/not-found-error.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<img src="{{this.icon}}" alt="Error icon" />
</div>
<div class="col my-auto">
<h2>404: Page not found</h1>
<h2>404: Page not found</h2>
<p local-class="helpful-text">Looks like the page you're looking for does not exist. If you think there is a problem
with the site, please
{{#if this.contactUrl}}
Expand Down

0 comments on commit 2826a42

Please sign in to comment.