mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-07-29 13:13:54 +08:00
[resumes][chore] disable pdf highlighting
This commit is contained in:
@ -58,7 +58,11 @@ export default function ResumePdf({ url }: Props) {
|
|||||||
: '',
|
: '',
|
||||||
),
|
),
|
||||||
}}>
|
}}>
|
||||||
<Page pageNumber={pageNumber} width={pageWidth} />
|
<Page
|
||||||
|
pageNumber={pageNumber}
|
||||||
|
renderTextLayer={false}
|
||||||
|
width={pageWidth}
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div className="absolute top-2 right-5 hidden hover:block group-hover:block">
|
<div className="absolute top-2 right-5 hidden hover:block group-hover:block">
|
||||||
<Button
|
<Button
|
||||||
|
@ -33,7 +33,7 @@ export function Hero() {
|
|||||||
</Link>
|
</Link>
|
||||||
<Link href="https://www.youtube.com/watch?v=dQw4w9WgXcQ">
|
<Link href="https://www.youtube.com/watch?v=dQw4w9WgXcQ">
|
||||||
<button
|
<button
|
||||||
className="group inline-flex items-center justify-center py-2 px-4 text-sm ring-1 ring-slate-200 hover:text-slate-900 hover:ring-slate-300 focus:outline-none focus-visible:outline-indigo-600 focus-visible:ring-slate-300 active:bg-slate-100 active:text-slate-600"
|
className="group inline-flex items-center justify-center rounded-md py-2 px-4 text-sm ring-1 ring-slate-200 hover:text-slate-900 hover:ring-slate-300 focus:outline-none focus-visible:outline-indigo-600 focus-visible:ring-slate-300 active:bg-slate-100 active:text-slate-600"
|
||||||
type="button">
|
type="button">
|
||||||
<svg
|
<svg
|
||||||
aria-hidden="true"
|
aria-hidden="true"
|
||||||
|
Reference in New Issue
Block a user