Skip to content

Commit 86e936c

Browse files
committed
Deploy abhijithvijayan/kuttUrl-Chrome-extension to github.com/abhijithvijayan/kuttUrl-Chrome-extension.git:extension
1 parent e9c783e commit 86e936c

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

assets/arrow.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

assets/chart.svg

Lines changed: 1 addition & 0 deletions
Loading

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kuttUrl - Shorten URLs",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "URL Shortener",
55
"background": {
66
"scripts": ["js/background.js"],

popup.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ <h4 id="url__content-inner">Shortening...</h4>
3434
<img id="button__copy" src="assets/copy.svg" alt="copy" title="Copy"/>
3535
</li>
3636
<li class="details__content--holder">
37-
<img id="button__details" src="assets/arrow.svg" alt="copy" title="Details" />
37+
<img id="button__details" src="assets/chart.svg" alt="copy" title="Details" />
3838
</li>
3939
<li class="qrbtn__content--holder">
4040
<img id="button__qrcode" src="assets/qrcode.svg" alt="copy" title="QR code" />

0 commit comments

Comments
 (0)