Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mydearxym committed Jan 2, 2024
1 parent a187f9f commit 90f678a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion config/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"// GRAPHQL_ENDPOINT": "http://localhost:4001/graphiql",
"SITE_URL": "https://groupher.com",
"SITE_NAME": "Groupher",
"SITE_SLOGAN": "让你的产品聆听用户的声音。互动讨论,GTD 看板,更新日志帮助文档多合一,收集整理用户用户反馈,助你打造更好的产品。",
"SITE_SLOGAN": "让你的产品聆听用户的声音。互动讨论、看板、更新日志帮助文档多合一,收集整理用户用户反馈,助你打造更好的产品。",
"SITE_URL_SHORT": "https://groupher.com",
"GITHUB": "https://github.com/groupher",
"GITHUB_WEB_ADDR": "https://github.com/groupher/groupher_web",
Expand Down
2 changes: 1 addition & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Groupher",
"short_name": "Groupher",
"description": "让你的产品聆听用户的声音。互动讨论,GTD 看板,更新日志帮助文档多合一,收集整理用户用户反馈,助你打造更好的产品。",
"description": "让你的产品聆听用户的声音。互动讨论、看板、更新日志帮助文档多合一,收集整理用户用户反馈,助你打造更好的产品。",
"icons": [
{
"src": "/pwa/icon-192x192.png",
Expand Down
4 changes: 1 addition & 3 deletions src/app/Landing/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,7 @@ const LandingPage: FC = () => {
<HomeHeader />
<BetaText wallpaper={wallpaper}>内测中</BetaText>
<Title>让你的产品聆听用户的声音</Title>
<Desc>
讨论区,GTD 看板,更新日志,帮助文档多合一,收集沉淀用户反馈,助你打造更好的产品
</Desc>
<Desc>讨论区、看板、更新日志、帮助文档多合一,收集沉淀用户反馈,助你打造更好的产品</Desc>
<ButtonGroup>
<Link href={ROUTE.APPLY_COMMUNITY}>
<StartButton wallpaper={wallpaper} size="medium">
Expand Down
2 changes: 2 additions & 0 deletions src/containers/thread/DashboardThread/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ const updateDashboardLayout = gql`
$glowType: String
$glowFixed: Boolean
$glowOpacity: String
$gossBlur: Int
) {
updateDashboardLayout(
community: $community
Expand All @@ -189,6 +190,7 @@ const updateDashboardLayout = gql`
glowType: $glowType
glowFixed: $glowFixed
glowOpacity: $glowOpacity
gossBlur: $gossBlur
) {
slug
}
Expand Down
1 change: 1 addition & 0 deletions src/schemas/pages/community.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ export const community = `
glowType
glowFixed
glowOpacity
gossBlur
}
rss {
Expand Down

0 comments on commit 90f678a

Please sign in to comment.