Skip to content

Commit 7885345

Browse files
shantanu pandeyshantanu pandey
shantanu pandey
authored and
shantanu pandey
committed
New UI Changes added
1 parent 78bfe40 commit 7885345

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

static/script.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ $(function () {
77
$.post('/api/v1/shorten', {
88
url:url
99
},function (data) {
10-
$('#shortcode').html("Short URL: " + '<a href="/' + data + '">'+window.location.href+data + '</a>');
10+
$('#shortcode').html("Small URL: " + '<a href="/' + data + '">'+window.location.href+data + '</a>');
1111
})
1212
})
1313
})

static/style.css

+2
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@
4646
font-style: inherit;
4747
margin-top: 3%;
4848
margin-left: 25%;
49+
background-color: cyan;
50+
width: fit-content;
4951

5052
}
5153
.center{

0 commit comments

Comments
 (0)