Skip to content

Commit

Permalink
feat: saved resources page
Browse files Browse the repository at this point in the history
  • Loading branch information
Vidip-Ghosh committed Dec 22, 2023
1 parent 1ed323b commit c58fcb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/SavedResources.tsx → pages/Saved.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ const SavedResources = () => {
<p className='text-[#A6ABBF]'>Your saved resources, ready when you are.</p>
</div>
<div className='flex h-screen justify-center items-center flex-col'>
<Image src={'/save-remove.png'} width={120} height={120} alt={''} />
<Image src={'/SaveRemove.png'} width={120} height={120} alt={''} />
<h1 className='text-center mt-5 text-lg font-medium'>Your collection is empty! Start saving items for later reference.</h1>
<Link href={'/'}><button className='bg-[#714EFF] text-white flex p-3 rounded-lg items-center'>Explore now<FaArrowRight/></button></Link>
<Link className='mt-5' href={'/'}><button className='bg-[#714EFF] text-white flex p-3 rounded-lg items-center'>Explore now<FaArrowRight/></button></Link>
</div>
</>
)
Expand Down
File renamed without changes

0 comments on commit c58fcb5

Please sign in to comment.