Skip to content

Commit

Permalink
fix: uptime url (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
JackHamer09 authored Aug 30, 2022
1 parent bae8306 commit 5d42a2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/blocks/Footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
>
<block-system-info />
<span class="_padding-x-1 dividerLine">|</span>
<a href="https://uptime.com/s/zksync" class="uptime-link" target="_blank">uptime</a>
<a href="https://uptime.com/s/zkSync" class="uptime-link" target="_blank">uptime</a>
</div>
<i-button
size="md"
Expand Down
2 changes: 1 addition & 1 deletion src/blocks/modals/FooterModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<v-icon name="ri-external-link-line" />
<span>zkScan</span>
</a>
<a class="modalFooterBtn big" href="https://uptime.com/s/zksync" target="_blank">
<a class="modalFooterBtn big" href="https://uptime.com/s/zkSync" target="_blank">
<v-icon name="ri-wifi-line" />
<span>Uptime</span>
</a>
Expand Down

0 comments on commit 5d42a2e

Please sign in to comment.