fix errors, change logo
This commit is contained in:
@ -89,6 +89,6 @@ export function caseOfNum(number, type) {
|
||||
|
||||
export function copyProjectLink(projectId) {
|
||||
navigator.clipboard.writeText(
|
||||
`https://itguild.info/tracker/project/${projectId}`
|
||||
`https://itguild.info/tracker/project/${projectId}`,
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user