We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41ff358 commit 02766a4Copy full SHA for 02766a4
apps/client/layouts/newLayout.tsx
@@ -952,7 +952,7 @@ export default function NewLayout({ children }: any) {
952
{user.isAdmin && (
953
<Link href="https://github.com/Peppermint-Lab/peppermint/releases">
954
<span className="inline-flex items-center rounded-md bg-green-700/10 px-3 py-2 text-xs font-medium text-green-600 ring-1 ring-inset ring-green-500/20">
955
- Version 0.4.6
+ Version 0.4.7
956
</span>
957
</Link>
958
)}
0 commit comments