chore: remove large logo

This commit is contained in:
CMK 2022-11-16 18:45:27 +08:00
parent 7ca0792b5b
commit 6384a77697
3 changed files with 0 additions and 1299 deletions

View File

@ -1,12 +0,0 @@
{
"images" : [
{
"filename" : "logo.large.pdf",
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}

View File

@ -210,7 +210,6 @@ public enum Asset {
public static let elephantThreeOnGrassWithTreeTwo = ImageAsset(name: "Scene/Welcome/illustration/elephant.three.on.grass.with.tree.two")
}
public static let mastodonLogo = ImageAsset(name: "Scene/Welcome/mastodon.logo")
public static let mastodonLogoLarge = ImageAsset(name: "Scene/Welcome/mastodon.logo.large")
public static let signInButtonBackground = ColorAsset(name: "Scene/Welcome/sign.in.button.background")
}
}