|
|
@ -80,7 +80,7 @@ export default function ActivitiesComponent() {
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
return (
|
|
|
|
return (
|
|
|
|
<View className="bg-gray-200 rounded-2xl p-1 h-full">
|
|
|
|
<View className="bg-gray-200 rounded-2xl p-1">
|
|
|
|
<View className=" m-2 flex-row justify-center rounded-2xl bg-white">
|
|
|
|
<View className=" m-2 flex-row justify-center rounded-2xl bg-white">
|
|
|
|
{months.map((item, index) => {
|
|
|
|
{months.map((item, index) => {
|
|
|
|
return (
|
|
|
|
return (
|
|
|
|