Skip to content

Commit 7c828f0

Browse files
committed
Merge branch 'master' into prod
2 parents 287bda7 + e8004ea commit 7c828f0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/search/components/product-modal/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,15 +85,15 @@ export const ProductModal: React.FC<IProductModal> = ({ product, onClose }) => {
8585
</a>
8686
<a href={product.donate.url} target="_blank">
8787
<ButtonContainer theme={ButtonThemes.Red}>
88-
<span>Potrzebujemy 1 ZŁ1</span>
88+
<span>Potrzebujemy 1 </span>
8989
</ButtonContainer>
9090
</a>
9191
</Actions>
9292
) : (
9393
<Actions>
9494
<LinkButton label="Zobacz Przyjaciół Poli" styles={ButtonThemes.WhiteRed} onClick={redirectToFriends} />
9595
{product.donate.show_button && (
96-
<LinkButton label="Potrzebujemy 1 ZŁ1" styles={ButtonThemes.Red} onClick={handleDonate} />
96+
<LinkButton label="Potrzebujemy 1 " styles={ButtonThemes.Red} onClick={handleDonate} />
9797
)}
9898
</Actions>
9999
)}

0 commit comments

Comments
 (0)