We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01b8ba7 commit 3adb3a5Copy full SHA for 3adb3a5
filebrowser.js
@@ -2537,10 +2537,17 @@ repoShareButton.addEventListener('click', () => {
2537
*/
2538
2539
2540
+// show about page on click of button
2541
+learnAbout.addEventListener('click', () => {
2542
+
2543
+ window.location.href = window.location.origin + '/?p';
2544
2545
+});
2546
2547
// share codeit on click of button
2548
learnShare.addEventListener('click', () => {
2549
- const invite = 'Hey, I\'m using Codeit to code. It\'s a mobile code editor connected to Git. Join me! ' + window.location.origin;
2550
+ const invite = 'Hi, I\'m using Codeit to code. It\'s a mobile code editor connected to Git. Join me! ' + window.location.origin;
2551
2552
if (isMobile) {
2553
0 commit comments