main #4

Merged
pablo merged 10 commits from main into dev 2025-03-16 14:38:13 +00:00
2 changed files with 5 additions and 3 deletions
Showing only changes of commit ea1176a2fd - Show all commits

View File

@ -1,3 +1,6 @@
{
"extends": ["next/core-web-vitals", "next/typescript"]
"extends": ["next/core-web-vitals", "next/typescript"],
"rules": {
"@typescript-eslint/no-explicit-any": "off"
}
}

View File

@ -1,9 +1,8 @@
import React from "react";
import { Button } from "./ui/button";
import Image from "next/image";
import { cn } from "@/lib/utils";
import Link from "next/link";
import { SocialIcon, socials } from "@/app.config";
import { socials } from "@/app.config";
const icons = {
github: (props: any) => (