mirror of
https://github.com/checkly/headless-recorder.git
synced 2021-07-28 02:03:42 +03:00
fix: add checkly logo
This commit is contained in:
43
public/images/checkly-logo.svg
Normal file
43
public/images/checkly-logo.svg
Normal file
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 |
@@ -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>
|
||||
|
||||
@@ -37,7 +37,7 @@ const store = createStore({
|
||||
|
||||
showCopy(state) {
|
||||
state.isCopying = true
|
||||
setTimeout(() => (state.isCopying = false), 250)
|
||||
setTimeout(() => (state.isCopying = false), 500)
|
||||
},
|
||||
|
||||
takeScreenshot(state) {
|
||||
|
||||
Reference in New Issue
Block a user