wrong version, whoops

This commit is contained in:
dvelo 2024-07-26 15:52:08 -05:00
parent 8164cd84a8
commit 3a16258c0d

@ -1,8 +1,8 @@
export const version = "b-0.5";
export const version = "b-0.4.5";
const User = ({ user }: { user: string }) => (
<span className="cursor-pointer bg-[rgba(255,165,0,0.25);] rounded p-[2.5px]">
@Tarna
{user}
</span>
);