Skip to content

Commit 9730d3a

Browse files
authored
Update various logos and unify their filenames (go-gitea#29637)
1. Checked all logos, updated 3 of them to newer versions. 2. Remove `open-with-` infix on the editor logos to be consistent with other files. <img width="626" alt="image" src="https://github.com/go-gitea/gitea/assets/115237/3b2d9486-6e0a-45c6-b0e4-d38dc4c0b118">
1 parent 16f1326 commit 9730d3a

16 files changed

+10
-10
lines changed

public/assets/img/svg/gitea-bitbucket.svg

+1-1
Loading

public/assets/img/svg/gitea-facebook.svg

+1-1
Loading

public/assets/img/svg/gitea-jetbrains.svg

+1
Loading

public/assets/img/svg/gitea-microsoftonline.svg

+1-1
Loading

public/assets/img/svg/gitea-open-with-jetbrains.svg

-1
This file was deleted.

public/assets/img/svg/gitea-open-with-vscode.svg

-1
This file was deleted.

public/assets/img/svg/gitea-open-with-vscodium.svg

-1
This file was deleted.

public/assets/img/svg/gitea-vscode.svg

+1
Loading

public/assets/img/svg/gitea-vscodium.svg

+1
Loading

routers/web/repo/view.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -919,7 +919,7 @@ func prepareOpenWithEditorApps(ctx *context.Context) {
919919
schema, _, _ := strings.Cut(app.OpenURL, ":")
920920
var iconHTML template.HTML
921921
if schema == "vscode" || schema == "vscodium" || schema == "jetbrains" {
922-
iconHTML = svg.RenderHTML(fmt.Sprintf("gitea-open-with-%s", schema), 16, "gt-mr-3")
922+
iconHTML = svg.RenderHTML(fmt.Sprintf("gitea-%s", schema), 16, "gt-mr-3")
923923
} else {
924924
iconHTML = svg.RenderHTML("gitea-git", 16, "gt-mr-3") // TODO: it could support user's customized icon in the future
925925
}

web_src/svg/gitea-bitbucket.svg

+1-1
Loading

0 commit comments

Comments
 (0)