fix(client): 🐛 do not allow private resumes to be viewable or downloadable through the link

This commit is contained in:
Amruth Pillai
2023-07-12 15:59:22 +02:00
parent 5ef4bfcb6b
commit 1c2d796c50
121 changed files with 3193 additions and 2068 deletions

View File

@ -6,11 +6,11 @@
@apply fixed bottom-6 right-6 z-50;
button {
@apply flex gap-2 px-4 py-3 shadow dark:bg-neutral-600/25;
@apply flex gap-2 px-4 py-3 shadow dark:bg-zinc-600/25;
@apply rounded-full transition-colors;
&:hover {
@apply dark:bg-neutral-500/25;
@apply dark:bg-zinc-500/25;
}
}
}