Skip to content

Commit

Permalink
Merge branch 'Pharo12' of github.com:pharo-spec/NewTools-WelcomeBrows…
Browse files Browse the repository at this point in the history
…er into Pharo12
  • Loading branch information
estebanlm committed Apr 25, 2024
2 parents 9ea7879 + 9966bb3 commit f8a1db2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NewTools-WelcomeBrowser/StWelcomeBrowser.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Class {
{ #category : 'accessing' }
StWelcomeBrowser class >> logo [

^ self iconNamed: #pharoBig
^ ImageMorph withFormSet: (self iconFormSetNamed: #pharoBig)
]

{ #category : 'world menu' }
Expand Down

0 comments on commit f8a1db2

Please sign in to comment.