Skip to content

Commit

Permalink
Add :
Browse files Browse the repository at this point in the history
  • Loading branch information
silverwind authored Apr 1, 2024
1 parent 0ef987b commit 5965d4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/shared/verifyicon.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Template Attributes:
* Verification: Verification struct
*/}}
{{if (and .Commit .Commit.Signature .Verification)}}
{{$icon = "octicon-unverified"}}
{{$icon := "octicon-unverified"}}
{{$text := ""}}
{{$colorClass := ""}}
{{if .Verification.Verified}}
Expand Down

0 comments on commit 5965d4a

Please sign in to comment.