mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
fix: change copyright year to 2024 (#4379)
This commit is contained in:
parent
e571eb9881
commit
f0bd50b246
@ -11,4 +11,4 @@ PRODUCT_NAME = AppFlowy
|
||||
PRODUCT_BUNDLE_IDENTIFIER = io.appflowy.appflowy
|
||||
|
||||
// The copyright displayed in application information
|
||||
PRODUCT_COPYRIGHT = Copyright © 2023 AppFlowy.IO. All rights reserved.
|
||||
PRODUCT_COPYRIGHT = Copyright © 2024 AppFlowy.IO. All rights reserved.
|
||||
|
@ -93,7 +93,7 @@ BEGIN
|
||||
VALUE "FileDescription", "AppFlowy" "\0"
|
||||
VALUE "FileVersion", VERSION_AS_STRING "\0"
|
||||
VALUE "InternalName", "AppFlowy" "\0"
|
||||
VALUE "LegalCopyright", "Copyright (C) 2023 io.appflowy. All rights reserved." "\0"
|
||||
VALUE "LegalCopyright", "Copyright (C) 2024 io.appflowy. All rights reserved." "\0"
|
||||
VALUE "OriginalFilename", "AppFlowy.exe" "\0"
|
||||
VALUE "ProductName", "AppFlowy" "\0"
|
||||
VALUE "ProductVersion", VERSION_AS_STRING "\0"
|
||||
|
@ -2,7 +2,7 @@ export const FooterPanel = () => {
|
||||
return (
|
||||
<div className={'flex items-center justify-between px-2 py-2'}>
|
||||
<div className={'text-xs text-text-caption'}>
|
||||
© 2023 AppFlowy. <a href={'https://github.com/AppFlowy-IO/AppFlowy'}>GitHub</a>
|
||||
© 2024 AppFlowy. <a href={'https://github.com/AppFlowy-IO/AppFlowy'}>GitHub</a>
|
||||
</div>
|
||||
<div>
|
||||
<button className={'h-8 w-8 rounded bg-content-blue-50 text-text-title hover:bg-content-blue-100'}>?</button>
|
||||
|
Loading…
Reference in New Issue
Block a user