Skip to content

Commit

Permalink
Solution for issue in Footer of Blog link fossasia#3654
Browse files Browse the repository at this point in the history
  • Loading branch information
SYED-RAFI-NAQVI committed Dec 8, 2021
1 parent 0a0346a commit d4c8f31
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/components/Footer/Footer.react.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,13 @@ const Footer = () => {
<Link to="/devices">Devices</Link>
</li>
<li>
<a href="http://blog.fossasia.org/category/susi.ai">Blog</a>
<a
href="http://blog.fossasia.org/category/susi.ai"
target="_blank"
rel="blog"
>
Blog
</a>
</li>
<li>
<a href={urls.API_URL}>API</a>
Expand Down

0 comments on commit d4c8f31

Please sign in to comment.