Skip to content

Commit

Permalink
chore: encode type
Browse files Browse the repository at this point in the history
  • Loading branch information
Bas950 committed Jan 6, 2025
1 parent ab62c95 commit b7127d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/store/presences/_presenceName.vue
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@
type = "#";
}
return `https://github.com/PreMiD/Presences/tree/main/websites/${type}/${encodeURIComponent(
return `https://github.com/PreMiD/Presences/tree/main/websites/${encodeURIComponent(type)}/${encodeURIComponent(
serviceName
)}`;
},
Expand Down

0 comments on commit b7127d0

Please sign in to comment.