diff --git a/src/sections/ProjectsSection.tsx b/src/sections/ProjectsSection.tsx index 9662937..16662e9 100644 --- a/src/sections/ProjectsSection.tsx +++ b/src/sections/ProjectsSection.tsx @@ -39,7 +39,7 @@ const projects = { subtitle: '', technologies: [badges.Vue, badges.TS, badges.SASS], repoLink: 'https://github.com/Spythere/stacjownik', - siteLink: 'https://stacjownik-td2.web.app/', + siteLink: 'https://stacjownik-td2.spythere.eu/', }, { id: 'pojazdownik', @@ -48,7 +48,7 @@ const projects = { subtitle: '', technologies: [badges.Vue, badges.TS, badges.SASS], repoLink: 'https://github.com/Spythere/pojazdownik', - siteLink: 'https://pojazdownik-td2.web.app/', + siteLink: 'https://pojazdownik-td2.spythere.eu/', }, { id: 'generator', @@ -57,7 +57,7 @@ const projects = { subtitle: '', technologies: [badges.Vue, badges.TS, badges.SASS], repoLink: 'https://github.com/Spythere/genera-tor', - siteLink: 'https://generator-td2.web.app/', + siteLink: 'https://generator-td2.spythere.eu/', }, { id: 'srjp', @@ -66,7 +66,7 @@ const projects = { subtitle: '', technologies: [badges.Vue, badges.TS, badges.Tailwind], repoLink: 'https://github.com/Spythere/srjp-td2', - siteLink: 'https://srjp-td2.web.app/', + siteLink: 'https://srjp-td2.spythere.eu/', }, { id: 'td2-discord-presence-ui', @@ -83,7 +83,7 @@ const projects = { subtitle: '', technologies: [badges.Vue, badges.TS, badges.SASS], repoLink: 'https://github.com/Spythere/station-manager-2.0', - siteLink: 'https://station-manager.web.app/', + siteLink: 'https://stacjownik-manager.spythere.eu/', }, ], other: [ @@ -105,7 +105,7 @@ const projects = { iconSrc: null, subtitle: '', technologies: [badges.CSharp, badges.Dotnet], - repoLink: 'https://github.com/Spythere/station-manager-2.0', + repoLink: 'https://github.com/Spythere/TD2-Discord-Presence', }, ], };