mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-22 12:41:31 +10:00
fix(client): 🐛 do not allow private resumes to be viewable or downloadable through the link
This commit is contained in:
@ -53,6 +53,6 @@
|
||||
|
||||
.image {
|
||||
@apply relative h-48 rounded hover:opacity-75;
|
||||
@apply border-2 dark:border-neutral-700;
|
||||
@apply border-2 dark:border-zinc-800;
|
||||
}
|
||||
}
|
||||
|
||||
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user