We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e64eac commit e90bdc1Copy full SHA for e90bdc1
public/img/group/reddit.png
4.01 KB
src/pages/Resources/Resources.jsx
@@ -157,6 +157,17 @@ function Resources() {
157
alt=""
158
/>
159
</a>
160
+ <a
161
+ href="https://www.reddit.com/r/BitwebBTE"
162
+ className="blocks-list__block"
163
+ >
164
+ <h4 className="blocks-list__block__title">Reddit</h4>
165
+ <img
166
+ className="blocks-list__block__img"
167
+ src="/img/group/reddit.png"
168
+ alt=""
169
+ />
170
+ </a>
171
<a
172
href="https://github.com/bitweb-project"
173
className="blocks-list__block"
0 commit comments