fix(bug-link):replace link(router) to achor for external url

This commit is contained in:
sanjidarimi
2026-06-17 20:52:40 +06:00
parent aa7ee3f19e
commit a3afa63717
5 changed files with 34 additions and 32 deletions
-1
View File
@@ -34,7 +34,6 @@ export default function BlogSection() {
<div className="absolute inset-0 bg-gradient-to-b from-transparent via-primary/5 to-transparent" />
<div className="container mx-auto px-4 relative z-10">
{/* Section Header */}
<motion.div
initial={{ opacity: 0, y: 20 }}
whileInView={{ opacity: 1, y: 0 }}