diff --git a/Multiplatform/Shared/Sidebar/SidebarItemView.swift b/Multiplatform/Shared/Sidebar/SidebarItemView.swift index 57a0a06eb..81bf3a659 100644 --- a/Multiplatform/Shared/Sidebar/SidebarItemView.swift +++ b/Multiplatform/Shared/Sidebar/SidebarItemView.swift @@ -86,6 +86,7 @@ struct SidebarItemView: View { AppAssets.openInBrowserImage #endif } + Divider() Button(action: {}) { Text("Copy Feed URL") #if os(iOS)