mirror of
https://github.com/kogakure/website-astro-stefanimhoff.de.git
synced 2026-02-03 20:15:27 +00:00
chore: add https for product links
This commit is contained in:
@@ -19,7 +19,7 @@ export const ProductLink: FunctionalComponent<Props> = ({
|
||||
const classes = cx('product', className);
|
||||
|
||||
return (
|
||||
<TextLink class={classes} href={`http://www.amazon.de/gp/product/${asin}`} {...props}>
|
||||
<TextLink class={classes} href={`https://www.amazon.de/gp/product/${asin}`} {...props}>
|
||||
{text}
|
||||
</TextLink>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user