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/views/App.js
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -30,8 +30,14 @@ export default function App(state) {
30
30
${PostList(state,{type:'gists'})}
31
31
</section>
32
32
</article>
33
-
<aside>Suggested things?</aside>
34
-
<footer>Footer</footer>
33
+
<aside>
34
+
<h1>Discover others</h1>
35
+
<p>
36
+
Follow the followers of your followers, or the followers of those you follow.
37
+
</aside>
38
+
<footer>
39
+
Project of Dosycorp. "Gist", GitHub are marks of GitHub, Inc and its parents and subsidiaries. There is no relationship between GistBarn and these companies.
0 commit comments