Skip to content

Commit

Permalink
fix: update core version
Browse files Browse the repository at this point in the history
  • Loading branch information
rsaz committed Oct 10, 2023
1 parent 96eab60 commit 1caf99b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/(home)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default function Home() {
<div className="relative flex min-h-[calc(85vh)] w-full flex-col items-center justify-center">
<div className="absolute left-1/2 top-24 z-40 -translate-x-1/2 -translate-y-1/2 transform">
<Tip className="animate-showup text-sm text-neutral-6 transition-shadow">
🎉 Production version v2.4.0
🎉 Production version v2.6.0
</Tip>
</div>
<div className="mt-32 flex h-full flex-col items-center justify-center gap-4 sm:mt-0">
Expand Down

0 comments on commit 1caf99b

Please sign in to comment.