diff --git a/nahbar/nahbar/PersonDetailView.swift b/nahbar/nahbar/PersonDetailView.swift index bcd4389..ff8d87e 100644 --- a/nahbar/nahbar/PersonDetailView.swift +++ b/nahbar/nahbar/PersonDetailView.swift @@ -273,6 +273,11 @@ struct PersonDetailView: View { HStack { SectionHeader(title: "Verlauf", icon: "book.closed") Spacer() + NavigationLink(destination: LogbuchView(person: person)) { + Text("Alle") + .font(.system(size: 13)) + .foregroundStyle(theme.accent) + } } VStack(spacing: 0) {