refactor(src): change affine to AFFiNE in string

This commit is contained in:
tzhangchi
2022-08-01 14:27:26 +08:00
parent 3708ef5370
commit b5cc15287f
14 changed files with 16 additions and 16 deletions

View File

@@ -5,7 +5,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="https://app.affine.pro/favicon.ico" />
<title>Affine | Local Dev Environment</title>
<title>AFFiNE | Local Dev Environment</title>
<script>
window.global = window;
</script>

View File

@@ -3,7 +3,7 @@ import React from 'react';
export const UIPage = () => {
return (
<div className="">
This page is used to show ui components of Affine ~
This page is used to show ui components of AFFiNE ~
</div>
);
};

View File

@@ -161,7 +161,7 @@ module.exports = function (webpackConfig) {
}),
isProd &&
new HtmlWebpackPlugin({
title: 'Affine - All In One Workos',
title: 'AFFiNE - All In One Workos',
favicon: path.resolve(
__dirname,
'./src/assets/images/favicon.ico'