Skip to content

Commit

Permalink
update: "correct" unix commands for error page
Browse files Browse the repository at this point in the history
  • Loading branch information
Uhuh committed Oct 3, 2023
1 parent 460c94f commit 79cff1b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/modules/error/error.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<div>
<span class="terminal-blue-text">
[
<span class="terminal-red-text">{{ pageEnter }}</span>
<span class="terminal-red-text">{{ now }}</span>
]
</span>
<span class="terminal-blue-text pl-1">
Expand All @@ -21,8 +21,8 @@
</span>
</div>
<div>
<p class="pl-1">$ {{ route }}</p>
<p>panku.io: command not found: {{ route }}</p>
<p class="pl-1">$ .{{ route }}</p>
<p>panku.io: command not found: .{{ route }}</p>
</div>
<div>
<span class="terminal-blue-text">
Expand Down

0 comments on commit 79cff1b

Please sign in to comment.