@@ -1731,7 +1731,8 @@ export const LauncherPage = (args: any) => {
17311731 </ span >
17321732 </ div >
17331733 < div className = "grid grid-cols-1 sm:grid-cols-3 gap-3 mt-2" >
1734- < div className = "rounded-xl border border-white/30 bg-default-100/70 dark:bg-default-50/10 shadow-sm backdrop-blur-sm px-3 py-2" >
1734+ < div className = "rounded-xl border border-white/30 bg-default-100/70 dark:bg-default-50/10 shadow-sm backdrop-blur-sm px-3 py-2 cursor-pointer hover:shadow-md transition-all duration-200 hover:bg-default-100 dark:hover:bg-default-50/15"
1735+ onClick = { ( ) => navigate ( "/content/worlds" ) } >
17351736 < div className = "flex items-center justify-between" >
17361737 < div className = "flex items-center gap-2 min-w-0" >
17371738 < FaGlobe className = "text-default-500" />
@@ -1748,7 +1749,8 @@ export const LauncherPage = (args: any) => {
17481749 </ span >
17491750 </ div >
17501751 </ div >
1751- < div className = "rounded-xl border border-white/30 bg-default-100/70 dark:bg-default-50/10 shadow-sm backdrop-blur-sm px-3 py-2" >
1752+ < div className = "rounded-xl border border-white/30 bg-default-100/70 dark:bg-default-50/10 shadow-sm backdrop-blur-sm px-3 py-2 cursor-pointer hover:shadow-md transition-all duration-200 hover:bg-default-100 dark:hover:bg-default-50/15"
1753+ onClick = { ( ) => navigate ( "/content/resource-packs" ) } >
17521754 < div className = "flex items-center justify-between" >
17531755 < div className = "flex items-center gap-2 min-w-0" >
17541756 < FaImage className = "text-default-500" />
@@ -1765,7 +1767,8 @@ export const LauncherPage = (args: any) => {
17651767 </ span >
17661768 </ div >
17671769 </ div >
1768- < div className = "rounded-xl border border-white/30 bg-default-100/70 dark:bg-default-50/10 shadow-sm backdrop-blur-sm px-3 py-2" >
1770+ < div className = "rounded-xl border border-white/30 bg-default-100/70 dark:bg-default-50/10 shadow-sm backdrop-blur-sm px-3 py-2 cursor-pointer hover:shadow-md transition-all duration-200 hover:bg-default-100 dark:hover:bg-default-50/15"
1771+ onClick = { ( ) => navigate ( "/content/behavior-packs" ) } >
17691772 < div className = "flex items-center justify-between" >
17701773 < div className = "flex items-center gap-2 min-w-0" >
17711774 < FaCogs className = "text-default-500" />
0 commit comments