Skip to content

Commit

Permalink
refactor: update CDN link in the upgrade to pro button
Browse files Browse the repository at this point in the history
  • Loading branch information
neelbrahmakshatriya committed Jun 19, 2024
1 parent 2501d7b commit cabb1a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const TooltipContent = () => {
<Card>
<a href='https://themeselection.com/item/materio-mui-nextjs-admin-template' target='_blank' className='flex'>
<img
src='https://cdn.jsdelivr.net/gh/themeselection/ts-assets/materio/materio-mui-nextjs-admin-template/banner/banner.png'
src='https://cdn.themeselection.com/ts-assets/materio/materio-mui-nextjs-admin-template/banner/banner.png'
alt='Upgrade to Pro'
className='w-full'
/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const TooltipContent = () => {
<Card>
<a href='https://themeselection.com/item/materio-mui-nextjs-admin-template' target='_blank' className='flex'>
<img
src='https://cdn.jsdelivr.net/gh/themeselection/ts-assets/materio/materio-mui-nextjs-admin-template/banner/banner.png'
src='https://cdn.themeselection.com/ts-assets/materio/materio-mui-nextjs-admin-template/banner/banner.png'
alt='Upgrade to Pro'
className='w-full'
/>
Expand Down

0 comments on commit cabb1a2

Please sign in to comment.