From 00979714ec3c2034bbcf366d70695416882f104c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Loureiro?= Date: Fri, 29 Aug 2025 13:21:06 -0300 Subject: [PATCH] fix: update project repository URLs to point to Gitea --- README.md | 2 +- frontend/src/app/components/sections/Projects.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 57432cf..e9d1725 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Welcome to my personal portfolio project! This repository contains the complete [![Portfolio](https://img.shields.io/badge/Live_Demo-joaoloureiro.dev.br-blue?style=for-the-badge&logo=icloud)](https://joaoloureiro.dev.br) -![Deploy badge](https://gitea.joaoloureiro.dev.br/JoaoLoureiro/portfolio-app/actions/workflows/deploy.yml/badge.svg) +![Deploy badge](https://gitea.joaoloureiro.dev.br/joaoloureiro/portfolio-app/actions/workflows/deploy.yml/badge.svg?branch=main) ## 🏛️ Project Architecture The project is organized into two main components in a monorepo-style structure: diff --git a/frontend/src/app/components/sections/Projects.tsx b/frontend/src/app/components/sections/Projects.tsx index bac3288..a4c48a0 100644 --- a/frontend/src/app/components/sections/Projects.tsx +++ b/frontend/src/app/components/sections/Projects.tsx @@ -4,9 +4,9 @@ import ProjectCard from '../ProjectCard'; import { motion } from 'framer-motion'; const projectsData = [ - { id: 1, tech: ["Next.js", "Tailwind CSS", "TypeScript", "Framer Motion"], imageUrl: "/Portfolio.png", repoUrl: "https://github.com/joaonloureiro/portfolio-app" }, + { id: 1, tech: ["Next.js", "Tailwind CSS", "TypeScript", "Framer Motion"], imageUrl: "/Portfolio.png", repoUrl: "https://gitea.joaoloureiro.dev.br/joaoloureiro/portfolio-app" }, { id: 2, tech: ["Traefik", "Docker", "Linux", "Homelab"], imageUrl: "/ProxmoxServer.png" }, - { id: 3, tech: ["React", "TypeScript", "Styled-Components"], imageUrl: "/Happy.png", repoUrl: "https://github.com/joaonloureiro/happy-app", liveUrl: "https://happy.joaoloureiro.dev.br/" } + { id: 3, tech: ["React", "TypeScript", "Styled-Components"], imageUrl: "/Happy.png", repoUrl: "https://gitea.joaoloureiro.dev.br/joaoloureiro/happy-app", liveUrl: "https://happy.joaoloureiro.dev.br/" } ]; const containerVariants = {