Skip to content

Commit 0545d11

Browse files
authored
Merge pull request #122 from leerob/patch-1
2 parents ff549f7 + c279ab0 commit 0545d11

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/pages/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ const App = () => {
7979
data,
8080
username: username,
8181
themeName: theme,
82-
footerText: "Made by @sallar & friends - github-contributions.now.sh"
82+
footerText: "Made by @sallar & friends - github-contributions.vercel.app"
8383
});
8484
};
8585

src/utils/export.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export async function uploadToTwitter(canvas) {
4646
}).then(res => res.json());
4747
const url = window.encodeURIComponent(data.mediaUrl);
4848
const text = window.encodeURIComponent(
49-
"Check out my #GitHubContributions history over time. A free tool by @sallar and friends. https://github-contributions.now.sh"
49+
"Check out my #GitHubContributions history over time. A free tool by @sallar and friends. https://github-contributions.vercel.app"
5050
);
5151
window.open(`https://twitter.com/share?text=${text}&url=${url}`);
5252
} catch (err) {
@@ -56,4 +56,4 @@ export async function uploadToTwitter(canvas) {
5656

5757
export function cleanUsername(username){
5858
return username.replace(/^(http|https):\/\/(?!www\.)github\.com\//, '');
59-
}
59+
}

0 commit comments

Comments
 (0)