mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-23 05:25:53 +08:00
refactor(src): change affine to AFFiNE in string
This commit is contained in:
@@ -34,7 +34,7 @@ const FileExporter = {
|
||||
</html>`;
|
||||
},
|
||||
decoreateAffineBrand: (pageTitle: string) => {
|
||||
return pageTitle + ` Created in Affine`;
|
||||
return pageTitle + ` Created in AFFiNE`;
|
||||
},
|
||||
exportHtml: (pageTitle: string, htmlContent: string) => {
|
||||
FileExporter.exportFile(
|
||||
|
||||
Reference in New Issue
Block a user