Skip to content

Commit

Permalink
feat: all の文言を無味無臭にした
Browse files Browse the repository at this point in the history
  • Loading branch information
oti committed Jun 11, 2024
1 parent 4579650 commit 132ecc9
Showing 1 changed file with 13 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,26 @@ export default {

export const All: StoryFn = () => (
<ErrorScreen
title="SmartHR は現在メンテナンス中です"
className="shr-w-full"
title="タイトル"
links={[
{
label: 'お知らせ',
url: 'https://support.smarthr.jp/ja/info/status/page/1/',
label: 'リンク1',
url: '/',
},
{
label: 'リンク2',
url: '/',
},
{
label: 'リンク3',
url: '/',
target: '_blank',
},
]}
>
<Text as="p" className="shr-text-center">
いつも SmartHR をご利用いただきありがとうございます。
<br />
ただいまメンテナンスのため、一時サービスを停止しております。
<br />
ご迷惑をおかけいたしますが、ご理解のほどよろしくお願いいたします。
メッセージ
</Text>
</ErrorScreen>
)
Expand Down

0 comments on commit 132ecc9

Please sign in to comment.