Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit8da9cb0

Browse files
committed
fix(Footer): typo: bussiness -> business
1 parentd31ddfd commit8da9cb0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
importReactfrom'react'
22

33
import{ICON_CMD,EMAIL_BUSINESS}from'@/config'
4-
import{Wrapper,MailIcon,Title,MailLink}from'./styles/bussiness_note'
4+
import{Wrapper,MailIcon,Title,MailLink}from'./styles/business_note'
55

6-
constBussinessNote=()=>(
6+
constBusinessNote=()=>(
77
<Wrapper>
88
<MailIconsrc={`${ICON_CMD}/business_mail.svg`}/>
99
<Title>希望 coderplanets 能与您一起成长</Title>
1010
<MailLinkhref={`mailto:${EMAIL_BUSINESS}`}>{`${EMAIL_BUSINESS}`}</MailLink>
1111
</Wrapper>
1212
)
1313

14-
exportdefaultReact.memo(BussinessNote)
14+
exportdefaultReact.memo(BusinessNote)
File renamed without changes.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp