summaryrefslogtreecommitdiff
path: root/Sora/Views/Post/Grid
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-03-12 03:09:49 -0700
committerFuwn <[email protected]>2025-03-12 03:09:49 -0700
commitcad9a1b33169e151b8622ae8b65fc44b2748bb96 (patch)
treec5ce067e2ccc55a94012ebe3882a142d777e2dca /Sora/Views/Post/Grid
parentfeat: Development commit (diff)
downloadsora-testing-cad9a1b33169e151b8622ae8b65fc44b2748bb96.tar.xz
sora-testing-cad9a1b33169e151b8622ae8b65fc44b2748bb96.zip
feat: Development commit
Diffstat (limited to 'Sora/Views/Post/Grid')
-rw-r--r--Sora/Views/Post/Grid/PostGridView.swift4
1 files changed, 2 insertions, 2 deletions
diff --git a/Sora/Views/Post/Grid/PostGridView.swift b/Sora/Views/Post/Grid/PostGridView.swift
index 7a0091d..2b9d29b 100644
--- a/Sora/Views/Post/Grid/PostGridView.swift
+++ b/Sora/Views/Post/Grid/PostGridView.swift
@@ -98,9 +98,9 @@ struct PostGridView: View {
if !manager.tags.isEmpty {
#if os(macOS)
- ToolbarItem { PostGridBookmarkButtonView(manager: manager) }
+ ToolbarItem { PostGridBookmarkButtonView(manager: manager) }
#else
- ToolbarItem(placement: .bottomBar) { PostGridBookmarkButtonView(manager: manager) }
+ ToolbarItem(placement: .bottomBar) { PostGridBookmarkButtonView(manager: manager) }
#endif
}
}