Skip to content

Commit 3a3da41

Browse files
committed
modification du compte twitter lors du partage
1 parent 0310652 commit 3a3da41

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

public/js/app.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/mix-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"/js/app.js": "/js/app.js?id=cec3ed7f2c1a4238fc23",
2+
"/js/app.js": "/js/app.js?id=6e9d959a77c0ed56a844",
33
"/css/app.css": "/css/app.css?id=a4b94cf149d9afd5d3e5"
44
}

resources/js/helpers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const share = function () {
3838
twitter.addEventListener('click', function (e) {
3939
e.preventDefault()
4040
let url = this.getAttribute('data-url')
41-
let shareUrl = 'https://twitter.com/intent/tweet?text=' + encodeURIComponent(document.title) + '&via=johns_corp' + '&url=' + encodeURIComponent(url)
41+
let shareUrl = 'https://twitter.com/intent/tweet?text=' + encodeURIComponent(document.title) + '&via=laravelcm' + '&url=' + encodeURIComponent(url)
4242
popupCenter(shareUrl, 'Partager sur Twitter')
4343
})
4444
}

0 commit comments

Comments
 (0)