Skip to content

Commit

Permalink
link
Browse files Browse the repository at this point in the history
  • Loading branch information
potts99 committed Dec 6, 2023
1 parent 8a7d593 commit afb2b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/client/layouts/newLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ export default function NewLayout({ children }: any) {

<div className="flex flex-1 gap-x-4 self-stretch lg:gap-x-6 items-center">
<div className="flex w-full justify-start items-center">
<Link className="" href="">
<Link href="https://github.com/Peppermint-Lab/peppermint/releases">
<span className="inline-flex items-center rounded-md bg-green-500/10 px-2 py-1 text-xs font-medium text-green-400 ring-1 ring-inset ring-green-500/20">
Version {user.version}
</span>
Expand Down

0 comments on commit afb2b59

Please sign in to comment.