Skip to content

Commit

Permalink
fix: readme icon
Browse files Browse the repository at this point in the history
  • Loading branch information
zaneschepke committed May 20, 2024
1 parent 1f48dd6 commit 707f633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metascoop/md/generate_table.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const (
tableTmpl = `
| Icon | Name | Description | Version |
| --- | --- | --- | --- |{{range .Apps}}
| <a href="{{.sourceCode}}"><img src="fdroid/repo/icons/{{.icon}}" alt="{{.name}} icon" width="36px" height="36px"></a> | [**{{.name}}**]({{.sourceCode}}) | {{.summary}} | {{.suggestedVersionName}} ({{.suggestedVersionCode}}) |{{end}}
| <a href="{{.sourceCode}}"><img src="fdroid/repo/{{.packageName}}/en-US/icon.png" alt="{{.name}} icon" width="36px" height="36px"></a> | [**{{.name}}**]({{.sourceCode}}) | {{.summary}} | {{.suggestedVersionName}} ({{.suggestedVersionCode}}) |{{end}}
` + tableEnd
)

Expand Down

0 comments on commit 707f633

Please sign in to comment.