diff --git a/app/data/portfolio.fa.ts b/app/data/portfolio.fa.ts index 02a74f9..e7dcc92 100644 --- a/app/data/portfolio.fa.ts +++ b/app/data/portfolio.fa.ts @@ -146,6 +146,11 @@ const portfolioFa: PortfolioData = { status: "فعال", opensource: true, links: [ + { + label: "GitHub", + to: "https://github.com/mmahdium/TorrentMax", + icon: "i-mdi-github", + }, { label: "وب‌سایت", to: "https://torrentmax.monasef.ir/", diff --git a/app/data/portfolio.ts b/app/data/portfolio.ts index 014fc5f..d5570bd 100644 --- a/app/data/portfolio.ts +++ b/app/data/portfolio.ts @@ -145,6 +145,11 @@ export const portfolio: PortfolioData = { status: "Active", opensource: true, links: [ + { + label: "GitHub", + to: "https://github.com/mmahdium/TorrentMax", + icon: "i-mdi-github", + }, { label: "Website", to: "https://torrentmax.monasef.ir/",