Skip to content

Commit

Permalink
fix image srcs and seupomodoro url
Browse files Browse the repository at this point in the history
  • Loading branch information
netosts committed Sep 23, 2024
1 parent 48fd55a commit 391ac72
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/stores/main.store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const useMainStore = defineStore({
},
{
href: "https://github.com/netosts/desafio-mini-financeiro",
src: "/images/mini-financeiro.png",
src: "./images/mini-financeiro.png",
imgAlt: "mini-financeiro.png",
name: "Mini Financeiro",
info: "Gerenciamento financeiro",
Expand All @@ -29,7 +29,7 @@ export const useMainStore = defineStore({
},
{
href: "https://github.com/netosts/conforfiton-old",
src: "/images/conforfit-on.png",
src: "./images/conforfit-on.png",
imgAlt: "conforfit-on.png",
name: "Conforfit On",
info: "Web application",
Expand All @@ -38,8 +38,8 @@ export const useMainStore = defineStore({
},
},
{
href: "http://seupomodoro.netosts.com",
src: "/images/seu-pomodoro.png",
href: "https://netosts.github.io/seupomodoro",
src: "./images/seu-pomodoro.png",
imgAlt: "seu-pomodoro.png",
name: "Seu Pomodoro",
info: "Web application",
Expand Down

0 comments on commit 391ac72

Please sign in to comment.