Skip to content

Commit

Permalink
refactor: Update MessagePaper component content
Browse files Browse the repository at this point in the history
Update the content of the MessagePaper component to reflect the latest changes. This includes adding an archive feature and a timer feature, as well as updating the quick memo functionality. Additionally, provide a download button for the PC and smartphone versions of the app. These changes improve the user experience and functionality of the component.
  • Loading branch information
Jun-Murakami committed Oct 5, 2024
1 parent ea20bba commit f84aaa3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/features/homepage/components/MessagePaper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,13 @@ export const MessagePaper = () => {
<>
<Paper>
<Typography variant='body2' sx={{ textAlign: 'left', p: 2 }} gutterBottom>
2024.7.5 タイマー機能を追加しました
2024.10.5 アーカイブ機能を追加しました
<br />
<br />
2024.4.15 クイックメモ機能を追加しました
2024.7.5 タイマー機能を追加しました
<br />
<br />
2024.04.11 <a href='https://apps.apple.com/jp/app/tasktrees/id6482979857'>iOS版アプリ</a>を公開しました
2024.4.15 クイックメモ機能を追加しました
</Typography>
</Paper>
<Button
Expand All @@ -91,7 +91,7 @@ export const MessagePaper = () => {
variant='outlined'
sx={{ width: '100%', maxWidth: '90vw', mt: 2 }}
>
PC/スマホ版アプリのダウンロード
PC/スマートフォン版 アプリのダウンロード
</Button>
</>
)}
Expand Down

0 comments on commit f84aaa3

Please sign in to comment.