File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
appflowy_tauri/src/appflowy_app/components/layout Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,4 +11,4 @@ PRODUCT_NAME = AppFlowy
1111PRODUCT_BUNDLE_IDENTIFIER = io.appflowy.appflowy
1212
1313// The copyright displayed in application information
14- PRODUCT_COPYRIGHT = Copyright © 2023 AppFlowy.IO. All rights reserved.
14+ PRODUCT_COPYRIGHT = Copyright © 2024 AppFlowy.IO. All rights reserved.
Original file line number Diff line number Diff line change 9393 VALUE "FileDescription", "AppFlowy" "\0"
9494 VALUE "FileVersion", VERSION_AS_STRING "\0"
9595 VALUE "InternalName", "AppFlowy" "\0"
96- VALUE "LegalCopyright", "Copyright (C) 2023 io.appflowy. All rights reserved." "\0"
96+ VALUE "LegalCopyright", "Copyright (C) 2024 io.appflowy. All rights reserved." "\0"
9797 VALUE "OriginalFilename", "AppFlowy.exe" "\0"
9898 VALUE "ProductName", "AppFlowy" "\0"
9999 VALUE "ProductVersion", VERSION_AS_STRING "\0"
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ export const FooterPanel = () => {
22 return (
33 < div className = { 'flex items-center justify-between px-2 py-2' } >
44 < div className = { 'text-xs text-text-caption' } >
5- © 2023 AppFlowy. < a href = { 'https://github.com/AppFlowy-IO/AppFlowy' } > GitHub</ a >
5+ © 2024 AppFlowy. < a href = { 'https://github.com/AppFlowy-IO/AppFlowy' } > GitHub</ a >
66 </ div >
77 < div >
88 < button className = { 'h-8 w-8 rounded bg-content-blue-50 text-text-title hover:bg-content-blue-100' } > ?</ button >
You can’t perform that action at this time.
0 commit comments