You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Minor UI fixes
* Fix contacts table alignment
* Hack to fix leaderboard column width
* Update src/app/components/ReactTour.tsx (Review)
Co-authored-by: Anu John <[email protected]>
* Update src/app/components/ReactTour.tsx (Review)
Co-authored-by: Anu John <[email protected]>
* Fix story modal title
Co-authored-by: Anu John <[email protected]>
Copy file name to clipboardExpand all lines: src/app/components/home/LandingPage.tsx
+2-2
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ export class LandingPage extends React.Component<LandingPageInterfaces.Props, {}
19
19
},
20
20
{
21
21
answer:
22
-
'Yes! Code Character is played completely on the web. However, we provide functionality for you to write code offline on your own text editor and compile the code. For more details, check out the player docs <a href="https://code.pragyan.org/docs">code.pragyan.org/docs</a>',
22
+
'Yes! Code Character is played completely on the web. However, we provide functionality for you to write code offline on your own text editor and compile the code. For more details, check out the player docs <a href="https://code.pragyan.org/docs/">code.pragyan.org/docs/</a>',
23
23
question: 'Is the event completely online?',
24
24
},
25
25
{
@@ -74,7 +74,7 @@ export class LandingPage extends React.Component<LandingPageInterfaces.Props, {}
0 commit comments