feat: update AFFINE to AFFiNE

This commit is contained in:
tzhangchi
2022-12-24 23:50:56 +08:00
parent 559dbd91f3
commit 526f1fc864
7 changed files with 59 additions and 59 deletions
@@ -24,7 +24,7 @@ export const GoogleLoginButton = () => {
</IconWrapper>
<TextWrapper>
<Title>Continue with Google</Title>
<Description>Set up an AFFINE account to sync data</Description>
<Description>Set up an AFFiNE account to sync data</Description>
</TextWrapper>
</ButtonWrapper>
</StyledGoogleButton>
@@ -71,7 +71,7 @@ export const WorkSpaceSliderBar = () => {
const router = useRouter();
const [showTip, setShowTip] = useState(false);
const [show, setShow] = useLocalStorage('AFFINE_SLIDE_BAR', false, true);
const [show, setShow] = useLocalStorage('AFFiNE_SLIDE_BAR', false, true);
const paths = {
all: currentWorkspaceId ? `/workspace/${currentWorkspaceId}/all` : '',