put stackoverflow link on the first
Seto Elkahfi committed
Jan 4, 2020 at 22:39 UTC
26a94eb1055605d16ea65d2ec982d63044848a9f
1 file changed
+1
-1
src/components/FooterLinks.js
+1
-1
@@ -28,9 +28,9 @@ const linkStyle = {
28
29
const FooterLinks = () => (
30
<footer style={footerStyle}>
31
+ <a style={linkStyle} href="https://stackoverflow.com/users/1137814/seto" alt="StackOverflow" target="_blank" rel="noopener noreferrer">stackoverflow</a>
32
<a style={linkStyle} href="https://github.com/setoelkahfi" alt="GitHub" target="_blank" rel="noopener noreferrer">github</a>
33
<a style={linkStyle} href="https://id.linkedin.com/in/setoelkahfi" alt="LinkedIn" target="_blank" rel="noopener noreferrer">linkedin</a>
33
- <a style={linkStyle} href="https://stackoverflow.com/users/1137814/seto" alt="StackOverflow" target="_blank" rel="noopener noreferrer">stackoverflow</a>
34
</footer>
35
);
36