Skip to content

Commit 03a708e

Browse files
authored
Merge pull request #4 from Probely/change-logo
Changed logo. Upgrade version to 0.0.4
2 parents 9047cfc + ac67aae commit 03a708e

19 files changed

Lines changed: 124 additions & 45 deletions

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "probely-record-sequence",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "Probely Record login/sequence",
55
"license": "MIT",
66
"scripts": {

src/assets/img/logo_probely.svg

Lines changed: 30 additions & 4 deletions
Loading

src/manifest-firefox.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Probely Sequence Recorder",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"browser_specific_settings": {
55
"gecko": {
66
"id": "sequence-recorder@probely.com",

src/pages/Popup/Popup.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
}
2828

2929
.App-logo {
30-
height: 5vmin;
30+
height: 10vmin;
3131
pointer-events: none;
3232
margin-top: 5px;
3333
}

src/pages/Popup/Popup.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ const Popup = (props) => {
222222
</div>
223223
<div className="buttons-container">
224224
{isRecording ?
225+
// eslint-disable-next-line jsx-a11y/anchor-is-valid
225226
<p><a
226227
href="#"
227228
className="App-button"

test-build-firefox/06646372a984a4bffc9a.svg

Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 31 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)