Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
  • Loading branch information
recallwei committed Sep 4, 2022
1 parent 09c8664 commit 9facbb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## v-1.0.0
## v1.0.0

- Note, Archive, and Trash features have been released.
- GitHub and username login/signup.
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Home/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export default function Home(): JSX.Element {
</span>
{import.meta.env.VITE_VERSION && (
<div className="select-none bg-gradient-to-r from-emerald-600 to-violet-300 bg-clip-text text-lg font-medium text-transparent">
v-{import.meta.env.VITE_VERSION}
v{import.meta.env.VITE_VERSION}
</div>
)}
{!import.meta.env.PROD && (
Expand Down

1 comment on commit 9facbb7

@vercel
Copy link

@vercel vercel bot commented on 9facbb7 Sep 4, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.