mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
refactor(src): change affine to AFFiNE in string
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
);
|
||||
};
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user