From 8ba7a5fa6ef7274339c3c709a2babb790e11e32b Mon Sep 17 00:00:00 2001 From: Dustin Mierau Date: Fri, 10 May 2024 16:52:28 -0700 Subject: Further work on threaded news UI: better icons, tweaked indentation, post count, keyboard navigation. --- Hotline/Assets.xcassets/News Bundle.imageset/Contents.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Hotline/Assets.xcassets/News Bundle.imageset/Contents.json') diff --git a/Hotline/Assets.xcassets/News Bundle.imageset/Contents.json b/Hotline/Assets.xcassets/News Bundle.imageset/Contents.json index bfb6d35..4c19d5a 100644 --- a/Hotline/Assets.xcassets/News Bundle.imageset/Contents.json +++ b/Hotline/Assets.xcassets/News Bundle.imageset/Contents.json @@ -1,17 +1,17 @@ { "images" : [ { - "filename" : "Frame 3.png", + "filename" : "News Bundle.png", "idiom" : "universal", "scale" : "1x" }, { - "filename" : "Frame 3@2x.png", + "filename" : "News Bundle@2x.png", "idiom" : "universal", "scale" : "2x" }, { - "filename" : "Frame 3@3x.png", + "filename" : "News Bundle@3x.png", "idiom" : "universal", "scale" : "3x" } -- cgit