Skip to content

Commit

Permalink
link fix
Browse files Browse the repository at this point in the history
  • Loading branch information
realvjy committed Oct 23, 2021
1 parent a72c537 commit 87d186b
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 10 deletions.
6 changes: 1 addition & 5 deletions src/components/layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,7 @@ class Layout extends React.Component {
let header = (
<>
<div className="announce-wrapper designletter">
<div className="container">
<div className="an-details">
<p><a href="https://designletter.co/?ref=illlustrations" target="_blank">Subscribe to <img src="/designletter-logo.png" /> <span>: A weekly newsletter for designers, developers and managers.</span></a></p>
</div>
</div>

</div>

<section className="header_section">
Expand Down
11 changes: 6 additions & 5 deletions src/components/product.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,18 @@ const Product = () => {
</a>
</div>
<div className="product-box">
<a href="https://uiprint.co/?ref=illlustrations" target="__blank" className="p-box">
<img src="uiprint.svg" />
<a href="https://bloouikit.com/?ref=illlustrations" target="__blank" className="p-box">
<img src="bloo.svg" />
</a>
</div>

<div className="product-box">
<a href="https://instagram.com/uihues?ref=illlustrations" target="__blank" className="p-box">
<img src="uihues.svg" />
<a href="https://uiprint.co/?ref=illlustrations" target="__blank" className="p-box">
<img src="uiprint.svg" />
</a>
</div>



<div className="product-box">
<a href="https://uilogos.co/?ref=illlustrations" className="p-box"target="__blank" >
<img src="uilogos.svg" />
Expand Down
Binary file added static/bloo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions static/bloo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 87d186b

Please sign in to comment.