We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9177ec8 commit bd41c9dCopy full SHA for bd41c9d
src/pages/community.jsx
@@ -101,6 +101,20 @@ export default function Community() {
101
View the Repository
102
</SignUpButton>
103
</CardWithHeader>
104
+
105
+ <CardWithHeader title="Improve This Website">
106
+ <p>
107
+ The <a href="https://github.com/legacycoderocks/website">source code</a>{' '}
108
+ for this website is published on GitHub as an open source project.
109
+ If you see something that you'd like to change, please open up a
110
+ pull request or create an issue.
111
+ </p>
112
113
+ <SignUpButton href="https://github.com/legacycoderocks/website">
114
+ View the Source
115
+ </SignUpButton>
116
+ </CardWithHeader>
117
118
</ProseContainer>
119
</>
120
)
0 commit comments