Skip to content

Commit

Permalink
fix: capital letters
Browse files Browse the repository at this point in the history
  • Loading branch information
faria-s committed Sep 23, 2024
1 parent 0643fee commit a170c65
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/cesium_link_web/controllers/error_html/404.html.heex
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
<main class="my-60 flex-auto">
<section class="flex w-full flex-col items-center justify-center">
<a href="/" class="items-center justify-center">
<img class="my-5 w-40" src="/images/cesium.svg" alt="Cesium-Logo" />
<img class="my-5 w-40" src="/images/cesium.svg" alt="cesium-logo" />
</a>
<p class="text-center text-5xl font-medium">
404 Page not found
404 Page Not Found
</p>
<p class="my-3 text-center text-2xl">Oops! Looks like you are lost.</p>
<p class="my-5 text-center text-lg">Click on the logo to turn back.</p>
<p class="my-5 text-center text-lg">Click on the logo to return home</p>
</section>
</main>
</body>
Expand Down

0 comments on commit a170c65

Please sign in to comment.