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
Copy file name to clipboardExpand all lines: src/components/AfterDashboard/index.tsx
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,20 @@
1
1
importReactfrom'react';
2
2
3
+
import'./index.scss';
4
+
5
+
constbaseClass='after-dashboard';
6
+
3
7
constAfterDashboard: React.FC=()=>{
4
8
return(
5
-
<div>
9
+
<divclassName={baseClass}>
10
+
<h4>Join our Discord</h4>
11
+
<p>Every day, developers are actively talking about Payload and helping each other build awesome things in our Discord community. It can be a great resource to learn about what's happening with Payload before anyone else and get quick help straight from the Payload team as well as our community. <ahref="https://discord.com/invite/r6sCXqVk3v"target="_blank">Click here to join!</a></p>
12
+
<h4>GraphQL Playground</h4>
6
13
<p>
7
14
Did you know that Payload gives you a complete GraphQL server too? Try the <a
8
15
href="/api/graphql-playground"target="_blank">GraphQL playground</a> for this demo.
9
16
</p>
17
+
<h4>Talk with us</h4>
10
18
<p>
11
19
We're here to help! You can <ahref="mailto:[email protected]?subject=Payload Demo"target="_blank">email
<strong>Payload is completely free and open-source.</strong> If you like what we're doing, <ahref="https://github.com/payloadcms/payload"target="_blank">leave us a star on GitHub!</a>
0 commit comments