Skip to content

Commit

Permalink
Update the publish date of release announcement.
Browse files Browse the repository at this point in the history
  • Loading branch information
yoichiro committed Nov 18, 2023
1 parent 0468a0c commit 7bce76a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/components/documents/build/Build.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ export default function Build() {
<Typography variant="h3">Remap supports building a firmware</Typography>
<section>
<Alert severity="warning">
[Nov 9th, 2023] This feature is currently in beta. It is possible that
the feature is changed or removed without notice.
[Nov 18th, 2023] This feature is currently in beta. It is possible
that the feature is changed or removed without notice.
</Alert>
</section>
<section>
Expand Down Expand Up @@ -178,7 +178,7 @@ export default function Build() {
</section>
<section>
<Typography variant="body1" align="right">
Written on: November 9th, 2023
Written on: November 18th, 2023
</Typography>
</section>
</React.Fragment>
Expand Down
2 changes: 1 addition & 1 deletion src/components/top/Top.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export default function Top(props: TopPropsType) {
</AppBar>
<Alert severity="info">
<strong>Info: </strong>
[Nov 9th 2023] The firmware building feature has been released. See{' '}
[Nov 11th 2023] The firmware building feature has been released. See{' '}
<Link href="/docs/build" target="_blank" rel="noreferrer">
more detail
</Link>
Expand Down

0 comments on commit 7bce76a

Please sign in to comment.