Added CurseForge edge proxy
Co-authored-by: felix-fx-top <253056634+felix-fx-top@users.noreply.github.com>
This commit is contained in:
parent
d8d375be2a
commit
fc64d3552c
@ -74,7 +74,7 @@ const ModCard = ({ id, slug, title, description, iconUrl, downloads, followers,
|
|||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Link to={`/mod/${slug || id}`}>
|
<Link to={linkPath}>
|
||||||
<Card className="group h-full overflow-hidden border-border bg-card transition-all duration-300 hover:border-primary/50 hover:shadow-lg hover:shadow-primary/5">
|
<Card className="group h-full overflow-hidden border-border bg-card transition-all duration-300 hover:border-primary/50 hover:shadow-lg hover:shadow-primary/5">
|
||||||
<CardContent className="flex gap-3 p-3 sm:gap-4 sm:p-4">
|
<CardContent className="flex gap-3 p-3 sm:gap-4 sm:p-4">
|
||||||
<div className="h-14 w-14 shrink-0 overflow-hidden rounded-lg bg-secondary sm:h-16 sm:w-16">
|
<div className="h-14 w-14 shrink-0 overflow-hidden rounded-lg bg-secondary sm:h-16 sm:w-16">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user