Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

Commit

Permalink
Merge pull request #34 from doras-to/staging
Browse files Browse the repository at this point in the history
Closed Alpha opening!
  • Loading branch information
tommerty authored Nov 24, 2023
2 parents 9945a53 + c2f596b commit d642337
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "doras.to",
"type": "module",
"version": "0.0.4",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "astro dev",
Expand Down
6 changes: 2 additions & 4 deletions src/components/timeline.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,15 +130,13 @@ const timelineItems: TimelineItem[] = [
<li>Profile designer</li>
<li>Analytics</li>
<li>Your Story</li>
<li>Brand Accounts*</li>
</ul>
<p className=" text-xs font-light">* - subject to change</p>
</p>
</div>
),
date: "Work in progress - Coming soon",
date: "November 24th, 2023",
versionName: "0.1",
progress: "upcoming"
progress: "completed"
},
{
title: "Launch of Public Beta",
Expand Down

0 comments on commit d642337

Please sign in to comment.