Add visibility property to Tag, improve UI
This commit is contained in:
@ -34,7 +34,7 @@ extension LocalizedTag {
|
||||
name: "Electronics",
|
||||
subtitle: "Projects with electronics",
|
||||
description: "Some description of the tag",
|
||||
thumbnail: "electronic-thumbnail.jpg",
|
||||
thumbnail: ImageResource(resourceName: "image1"),
|
||||
originalUrl: "projects/electronics")
|
||||
|
||||
static let german = LocalizedTag(
|
||||
@ -42,6 +42,6 @@ extension LocalizedTag {
|
||||
name: "Elektronik",
|
||||
subtitle: "Projekte mit Elektronik",
|
||||
description: "Eine Beschreibung des Tags",
|
||||
thumbnail: "electronic-thumbnail.jpg",
|
||||
thumbnail: ImageResource(resourceName: "image2"),
|
||||
originalUrl: "projects/electronics")
|
||||
}
|
||||
|
Reference in New Issue
Block a user