Skip to content

Commit

Permalink
#OFFLINEMODE
Browse files Browse the repository at this point in the history
  • Loading branch information
SavageCore committed Sep 21, 2023
1 parent 6c51937 commit cd96877
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/App/__snapshots__/index.spec.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ exports[`App should render the app 1`] = `
PD3 Vault Cracker
</div>
<div
class="offlinemode"
>
#OFFLINEMODE
</div>
<div
class="icons"
>
Expand Down
6 changes: 6 additions & 0 deletions src/Components/Header/__snapshots__/index.spec.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ exports[`Header renders header 1`] = `
PD3 Vault Cracker
</div>
<div
class="offlinemode"
>
#OFFLINEMODE
</div>
<div
class="icons"
>
Expand Down
1 change: 1 addition & 0 deletions src/Components/Header/index.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<div class="wrapper">
<div class="header">
<div class="logo">PD3 Vault Cracker</div>
<div class="offlinemode">#OFFLINEMODE</div>
<div class="icons">
<div
class="icon pointer"
Expand Down

0 comments on commit cd96877

Please sign in to comment.