blur phone call history if on free plan
This commit is contained in:
@ -6,7 +6,7 @@ import clsx from "clsx";
|
||||
export default function Footer() {
|
||||
return (
|
||||
<footer
|
||||
className="grid grid-cols-4 bg-[#F7F7F7] border-t border-gray-400 border-opacity-25 py-3"
|
||||
className="grid grid-cols-4 bg-[#F7F7F7] border-t border-gray-400 border-opacity-25 py-3 z-10"
|
||||
style={{ flex: "0 0 50px" }}
|
||||
>
|
||||
<NavLink label="Calls" path="/calls" icon={<IoCall className="w-6 h-6" />} />
|
||||
|
Reference in New Issue
Block a user