Added CurseForge edge proxy

Co-authored-by: felix-fx-top <253056634+felix-fx-top@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot] 2026-03-31 10:37:17 +00:00 committed by lovable
parent d8d375be2a
commit fc64d3552c

View File

@ -74,7 +74,7 @@ const ModCard = ({ id, slug, title, description, iconUrl, downloads, followers,
}
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">
<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">