Skip to content

Commit

Permalink
fix: streamline sponsor
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaburgio committed Feb 10, 2024
1 parent 7cf649d commit 0f5f811
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions iconoir.com/components/Streamline.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@ import styled from 'styled-components';

export function Streamline() {
return (
<a
rel="sponsored"
href="https://bit.ly/3SNgpKo"
style={{ textDecoration: 'none' }}
>
<a href="https://bit.ly/3SNgpKo" style={{ textDecoration: 'none' }}>
<PromoContainer>
<PromoContent>
<PromoInfo>
Expand Down

0 comments on commit 0f5f811

Please sign in to comment.