mirror of
https://github.com/tycrek/degoogle.git
synced 2025-08-27 08:36:22 +02:00
Use OSI green instead of blue for repo badge
This commit is contained in:
@@ -150,7 +150,7 @@ function repoLink(repo) {
|
||||
let repoURL = new URL(repo);
|
||||
let repoHost = path.basename(repoURL.hostname, path.extname(repoURL.hostname))
|
||||
if (repoHost.includes(".")) repoHost = path.extname(repoHost).replace(".", "")
|
||||
return `[](${repo})`
|
||||
return `[](${repo})`
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user