Skip to content

Commit bd41c9d

Browse files
committed
Adds blurb about website source
1 parent 9177ec8 commit bd41c9d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Diff for: src/pages/community.jsx

+14
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,20 @@ export default function Community() {
101101
View the Repository
102102
</SignUpButton>
103103
</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+
104118
</ProseContainer>
105119
</>
106120
)

0 commit comments

Comments
 (0)