We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f46eae0 commit 10d98f3Copy full SHA for 10d98f3
src/Client/Components/Pages/Community.razor
@@ -21,6 +21,10 @@
21
<div class=""><Href href="https://github.com/SteeltoeOSS" NewWindow="true">Steeltoe on GitHub</Href></div>
22
<div>Find the code for Steeltoe projects, raise issues, suggest changes, and view milestones and releases.</div>
23
</div>
24
+ <div class="my-5">
25
+ <div class=""><Href href="https://twitter.com/steeltoeoss" NewWindow="true">Steeltoe on Twitter</Href></div>
26
+ <div>Stay up to date with the latest Steeltoe releases and blog posts.</div>
27
+ </div>
28
29
30
</OtherArea>
0 commit comments