Skip to content

Commit

Permalink
fixed the download resume option under the skills menu
Browse files Browse the repository at this point in the history
  • Loading branch information
anup2307 committed Aug 22, 2023
1 parent 86aad2b commit d6c36be
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/components/pages/Skills.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default function Resume() {
return (
<div className="h-screen bg-[#21325e] flex flex-col justify-center items-center">
<div className="fadeInRight">
<h1 className=' p-0 mb-8 text-2xl text-white'>Download <a href='../../assets/AnuPriyaGovindarajan.docx' download target="_blank" className="border-b-4 border-pink-600 font-bold">My Resume</a></h1>
<h1 className=' p-0 mb-8 text-2xl text-white'>Download <a href='/public/AnuPriyaGovindarajan.docx' download target="_blank" className="border-b-4 border-pink-600 font-bold">My Resume</a></h1>
<h2 className='inline border-b-4 border-pink-600 text-2xl text-white font-bold '> Skills </h2>
<div className='w-full flex flex-row mt-3'>
<div className='sm:text-right text-2xl '>
Expand Down

0 comments on commit d6c36be

Please sign in to comment.