Skip to content

Commit c72fa46

Browse files
committed
Rename ToolbarIcon to HeroIcon for clarity
The "ToolbarIcon" name was misleading - it's used in the macOS container app's ContentView, not the actual Safari toolbar. The Safari extension toolbar icons are in Resources/images/ (icon-*.png files). Renamed to "HeroIcon" to accurately reflect its purpose as the hero image in the container app UI.
1 parent 5f4d11c commit c72fa46

3 files changed

Lines changed: 1 addition & 1 deletion

File tree

CF Cache Status/CF Cache Status/Assets.xcassets/ToolbarIcon.imageset/Contents.json renamed to CF Cache Status/CF Cache Status/Assets.xcassets/HeroIcon.imageset/Contents.json

File renamed without changes.

CF Cache Status/CF Cache Status/Assets.xcassets/ToolbarIcon.imageset/icon.svg renamed to CF Cache Status/CF Cache Status/Assets.xcassets/HeroIcon.imageset/icon.svg

File renamed without changes.

CF Cache Status/CF Cache Status/ContentView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ struct ContentView: View {
2424

2525
var body: some View {
2626
VStack(spacing: 20) {
27-
Image("ToolbarIcon")
27+
Image("HeroIcon")
2828
.resizable()
2929
.aspectRatio(contentMode: .fit)
3030
.frame(width: 72, height: 72)

0 commit comments

Comments
 (0)