fix: add checkly logo

This commit is contained in:
Ignacio Anaya
2021-06-30 17:08:39 -03:00
parent 9e920fae9a
commit 75351e7f1d
7 changed files with 45 additions and 2 deletions

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

View File

@@ -1,7 +1,7 @@
<template>
<div class="flex px-4 py-3 justify-between items-center mt-3">
<a href="https://checklyhq.com" target="_blank">
<img src="@/assets/images/text_racoon_logo.svg" alt="Checkly logo" class="w-24" />
<img src="/images/checkly-logo.svg" alt="Checkly logo" class="w-24" />
</a>
<span class="text-gray-darkish">Version {{ version }}</span>
</div>

View File

@@ -37,7 +37,7 @@ const store = createStore({
showCopy(state) {
state.isCopying = true
setTimeout(() => (state.isCopying = false), 250)
setTimeout(() => (state.isCopying = false), 500)
},
takeScreenshot(state) {