@@ -208,12 +208,12 @@ func (self *StatusController) showDashboard() {
208208 []string {
209209 lazygitTitle (),
210210 fmt .Sprintf ("Copyright %d Jesse Duffield" , time .Now ().Year ()),
211- fmt .Sprintf ("Keybindings: %s" , style . PrintSimpleHyperlink ( fmt .Sprintf (constants .Links .Docs .Keybindings , versionStr ) )),
212- fmt .Sprintf ("Config Options: %s" , style . PrintSimpleHyperlink ( fmt .Sprintf (constants .Links .Docs .Config , versionStr ) )),
213- fmt .Sprintf ("Tutorial: %s" , style . PrintSimpleHyperlink ( constants .Links .Docs .Tutorial ) ),
214- fmt .Sprintf ("Raise an Issue: %s" , style . PrintSimpleHyperlink ( constants .Links .Issues ) ),
215- fmt .Sprintf ("Release Notes: %s" , style . PrintSimpleHyperlink ( constants .Links .Releases ) ),
216- style .FgMagenta .Sprintf ("Become a sponsor: %s" , style . PrintSimpleHyperlink ( constants .Links .Donate ) ), // caffeine ain't free
211+ fmt .Sprintf ("Keybindings: %s" , fmt .Sprintf (constants .Links .Docs .Keybindings , versionStr )),
212+ fmt .Sprintf ("Config Options: %s" , fmt .Sprintf (constants .Links .Docs .Config , versionStr )),
213+ fmt .Sprintf ("Tutorial: %s" , constants .Links .Docs .Tutorial ),
214+ fmt .Sprintf ("Raise an Issue: %s" , constants .Links .Issues ),
215+ fmt .Sprintf ("Release Notes: %s" , constants .Links .Releases ),
216+ style .FgMagenta .Sprintf ("Become a sponsor: %s" , constants .Links .Donate ), // caffeine ain't free
217217 }, "\n \n " ) + "\n "
218218
219219 self .c .RenderToMainViews (types.RefreshMainOpts {
0 commit comments